console program for php -


in chrome developer tools there console can write javascript function or method , result instantly. that's useful , practical know how function, method works.

is there similar php? without need save file , open in browser?

looks need sandbox playground like:


if code more coupled particular project or has dependancies can't loaded in web sandbox use unit tests suggested @ka_lin.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -