Hi.. I'm working on converting some CLI (not CGI) bash scripts to php and was wondering if there's an equivalent to 'set -x' from bash in php

set -x in bash basically causes the statements to be printed to stderr as they are executed. Does php have something similar?

Thanks,
 Davy

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



Reply via email to