Jay Blanchard wrote:

[snip]
How should PHP syntax be checked before execution? Anything similar to what option -c does in Perl?

% perl -c test.pl
[/snip]

from the command line

/usr/local/bin/php -i myScript.php
[/snip]

Ooops, sorry, should be an ell "l"

/usr/local/bin/php -l myScript.php

Too late :). I've already tried -i. Boy, that returns tons of information . My machine was choked.

Bing

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

Reply via email to