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:
- http://tehplayground.com/
- http://3v4l.org/ (even runs script on multiple versions of php can compare output)
if code more coupled particular project or has dependancies can't loaded in web sandbox use unit tests suggested @ka_lin.
Comments
Post a Comment