I\'m trying to run PHP in interactive mode from the terminal window and when i run the command
php -a
it says \"Interactive mode enable
There is another excellent solution (created by Facebook btw) phpsh
In their own words:
phpsh is an interactive shell for php that features readline history, tab completion, quick access to documentation. It was developed at Facebook and ironically, is written mostly in python. It is open source and released under a modified BSD license.
I'm using it for a while and it's really good, in many ways even better than just php -a