diff options
author | Dmitry Stogov <dmitry@zend.com> | 2016-11-17 15:57:40 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2016-11-17 15:57:40 +0300 |
commit | c2d6ffb85f87b43de2c13d015375861c0f8ca16e (patch) | |
tree | 5f75076bbbbf5648f64d48fc4c3638f273f64136 | |
parent | c4f1c20d80650d6d3b2f959bf01d6268d29571da (diff) | |
download | php-git-c2d6ffb85f87b43de2c13d015375861c0f8ca16e.tar.gz |
Fixed test
-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") |