> > There is a difference between interactive mode and this idea. The
> > idea was to execute every single line. So if you type 'echo "Hello\n";
> > and press enter "Hello" should be displayed.
>
> i like this idea, so i no longer have to type echo "Hello" on my bash
prompt
> :)

At least with this (presumably) Python style shell you could use readline to
prevent you typing echo "Hello" twice (as opposed to current php -a). :)

--
Richard Heyes



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to