Edit report at https://bugs.php.net/bug.php?id=55361&edit=1
ID: 55361 Comment by: admin at 4ever dot sk Reported by: admin at 4ever dot sk Summary: Fatal error where expected notice 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: Im not that lama ;-) See for yourself:http://4ever.sk/bug55361.php You really try it? You see 3 notices? What version? Os? But the good news is, in error log is everything. Previous Comments: ------------------------------------------------------------------------ [2011-08-04 12:25:40] paj...@php.net See the src of the file and you will see the 3 notices. ------------------------------------------------------------------------ [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