Skip to content

Commit

Permalink
Merge branch 'PHP-5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Sep 24, 2012
2 parents 8fcb4f1 + d9ad532 commit 518fa8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/standard/tests/general_functions/bug60723.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ $dir = dirname(__FILE__);
$log = $dir . "/tmp.err";
ini_set("error_log", $log);
echo $aa;
error_log("dummy");
readfile($log);
unlink($log);
?>
--EXPECTF--
Notice: Undefined variable: aa in %sbug60723.php on line %d
[%s ASIA/Chongqing] PHP Notice: Undefined variable: aa in %sbug60723.php on line %d
[%s ASIA/Chongqing] dummy

0 comments on commit 518fa8c

Please sign in to comment.