Edit report at https://bugs.php.net/bug.php?id=55361&edit=1
ID: 55361 Updated by: paj...@php.net Reported by: admin at 4ever dot sk Summary: Fatal error where expected notice -Status: Open +Status: Bogus Type: Bug Package: Unknown/Other Function Operating System: Both Windows and debian PHP Version: 5.3.6 Block user comment: N Private report: N New Comment: See the src of the file and you will see the 3 notices. Previous Comments: ------------------------------------------------------------------------ [2011-08-04 12:13:51] admin at 4ever dot sk Description: ------------ string "<a href="' causes fatal error when any form of error is raised. Test script: --------------- <? error_reporting(15); ini_set('display_errors', 'On'); highlight_file('test.php'); ?> <a href=<? $a++; ?> <a href="<? $b++; ?> <a href=<? $c++; ?> Expected result: ---------------- 3 notices Actual result: -------------- 1 notice ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55361&edit=1