Online PHP editor for testing your code. There is no isolation, do not make the web interface public!
 
 
 
php-sandbox/Makefile

4 lines
59 B

web: .PHONY
php -S localhost:8088 -t . index.php
.PHONY: