PHP won't show any errors

feaheryPe

New Member
Here is my code:\[code\]echo 'foo';error_reporting(E_ALL);echo 'this line doesnt end in a semi colon'echo 'i should get an error here';\[/code\]When I run this I get no error. Not sure how this can be?
 
Back
Top