PHP shell?
Posted: Sat Aug 22, 2009 5:32 am
I'm a complete beginner in PHP. Before implementing changes in a program, I'd like to try them out in a small example. I wonder whether there exists something like a PHP shell where I can interactively enter PHP commands and immideately see the result. Previously, I worked a bit in Ruby, and found irb, the interactive Ruby shell, pretty handy. Perhaps something similar exists for PHP as well.