Skip to content

Commit d9ad532

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
Conflicts: ext/standard/tests/general_functions/bug60723.phpt
2 parents 395d77c + 923511d commit d9ad532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/general_functions/bug60723.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ $dir = dirname(__FILE__);
99
$log = $dir . "/tmp.err";
1010
ini_set("error_log", $log);
1111
echo $aa;
12+
error_log("dummy");
1213
readfile($log);
1314
unlink($log);
1415
?>
1516
--EXPECTF--
1617
Notice: Undefined variable: aa in %sbug60723.php on line %d
1718
[%s ASIA/Chongqing] PHP Notice: Undefined variable: aa in %sbug60723.php on line %d
19+
[%s ASIA/Chongqing] dummy

0 commit comments

Comments
 (0)