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 i...