diff --git a/ext/standard/tests/general_functions/bug60723.phpt b/ext/standard/tests/general_functions/bug60723.phpt index 1d9ef6a1d4e..cd73c8c0c9e 100644 --- a/ext/standard/tests/general_functions/bug60723.phpt +++ b/ext/standard/tests/general_functions/bug60723.phpt @@ -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