Is there a command line php shell available for windows? I looking for something similar to the python shell, that will allow me to open and immediately begin executing code.>
Have a look at either running php.exe with the -a argument, or maybe the phpsh project.
-a