summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2016-11-17 15:57:40 +0300
committerDmitry Stogov <dmitry@zend.com>2016-11-17 15:57:40 +0300
commitc2d6ffb85f87b43de2c13d015375861c0f8ca16e (patch)
tree5f75076bbbbf5648f64d48fc4c3638f273f64136
parentc4f1c20d80650d6d3b2f959bf01d6268d29571da (diff)
downloadphp-git-c2d6ffb85f87b43de2c13d015375861c0f8ca16e.tar.gz
Fixed test
-rw-r--r--sapi/fpm/tests/022-cve-2016-5385.phpt2
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")