diff options
-rw-r--r-- | sapi/fpm/tests/022-cve-2016-5385.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/tests/022-cve-2016-5385.phpt b/sapi/fpm/tests/022-cve-2016-5385.phpt index 7f3e818f9b..feb9d12395 100644 --- a/sapi/fpm/tests/022-cve-2016-5385.phpt +++ b/sapi/fpm/tests/022-cve-2016-5385.phpt @@ -27,7 +27,7 @@ $code = <<<EOT <?php echo "Test Start\n"; var_dump( - \$_SERVER["HTTP_PROXY"], + @\$_SERVER["HTTP_PROXY"], \$_SERVER["HTTP_FOO"], getenv("HTTP_PROXY"), getenv("HTTP_FOO") |