Jump to content

Looking for a Python like PHP interactive command evaluator.


wyattbiker

Recommended Posts

So many times I want to test a function and see what it does. I know I can drop to command line, start PHP put in delimiters and type code, and test. But its a pain and it doesn't remember results.

 

Does anyone know of a Python like shell where you can type a php command (or group of commands) and then have it execute?

 

Nice thing about the Python shell it, it remembers the variables and you can use them in the next command.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.