if i do a trigger_error() when running php scripts from the command
line, each error is echoed twice. this is annoying.

does anyone know how to make each error display only once?

c:\>php -r "trigger_error(\"hello\");"
PHP Notice:  hello in Command line code on line 1

Notice: hello in Command line code on line 1

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to