|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-08-04 12:25 UTC] pajoye@php.net
-Status: Open
+Status: Bogus
[2011-08-04 12:25 UTC] pajoye@php.net
[2011-08-04 17:23 UTC] admin at 4ever dot sk
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 05:00:01 2025 UTC |
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