wyattbiker Posted April 13, 2010 Share Posted April 13, 2010 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. Link to comment https://forums.phpfreaks.com/topic/198389-looking-for-a-python-like-php-interactive-command-evaluator/ Share on other sites More sharing options...
Mchl Posted April 13, 2010 Share Posted April 13, 2010 I use this one: http://pear.php.net/package/PHP_Shell/ Link to comment https://forums.phpfreaks.com/topic/198389-looking-for-a-python-like-php-interactive-command-evaluator/#findComment-1041136 Share on other sites More sharing options...
wyattbiker Posted April 13, 2010 Author Share Posted April 13, 2010 After some crazy searching I also found this one http://www.phpsh.org/ Seems to do the job Thanks Link to comment https://forums.phpfreaks.com/topic/198389-looking-for-a-python-like-php-interactive-command-evaluator/#findComment-1041156 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.