Marcus B�rger <[EMAIL PROTECTED]> wrote:
> 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.
That's how it works for me (PHP-4.3.0). The only pitfall is that you
need to use "<?php":
# php -a
Interactive mode enabled
<?php
echo "Hello\n";
Hello
Regards...
Michael
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php