Forum Moderators: coopster
It seems when I change the error_reporting() the setting above would cause strange behavior, because it wouldn't give me the same error(s) twice in row, even on different page loads. I thought I was going crazy.
All is better now. Thanks.
command line php can:
e.g.:
$ cat /tmp/t
<?
echo test
echo test
?>
$ php -ln /tmp/t
Parse error: parse error, unexpected T_ECHO, expecting ',' or ';' in /tmp/t on line 3
Errors parsing /tmp/t