Page 1 of 1

error_reporting server level

Posted: Sun Aug 05, 2007 3:47 pm
by user___
Hi guys,
I have Php 5.x.x running on my Linux server but when I interpret a script containing a lot of errors I do not have them displayed. For example:
<?php
error_reporting(E_ALL);
prinstr(this is an error}:
whsirel({{{})))
-what an error
;;;
?>
I get not error messages.

Do you have any ideas about that behaviour?

Posted: Sun Aug 05, 2007 5:37 pm
by volka
Parse errors occur before error_reporting(E_ALL) is executed.