Skip to content

Commit c2d6ffb

Browse files
committed
Fixed test
1 parent c4f1c20 commit c2d6ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/tests/022-cve-2016-5385.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $code = <<<EOT
2727
<?php
2828
echo "Test Start\n";
2929
var_dump(
30-
\$_SERVER["HTTP_PROXY"],
30+
@\$_SERVER["HTTP_PROXY"],
3131
\$_SERVER["HTTP_FOO"],
3232
getenv("HTTP_PROXY"),
3333
getenv("HTTP_FOO")

0 commit comments

Comments
 (0)