We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 395d77c + 923511d commit d9ad532Copy full SHA for d9ad532
ext/standard/tests/general_functions/bug60723.phpt
@@ -9,9 +9,11 @@ $dir = dirname(__FILE__);
9
$log = $dir . "/tmp.err";
10
ini_set("error_log", $log);
11
echo $aa;
12
+error_log("dummy");
13
readfile($log);
14
unlink($log);
15
?>
16
--EXPECTF--
17
Notice: Undefined variable: aa in %sbug60723.php on line %d
18
[%s ASIA/Chongqing] PHP Notice: Undefined variable: aa in %sbug60723.php on line %d
19
+[%s ASIA/Chongqing] dummy
0 commit comments