summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2011-05-13 21:54:25 +0000
committerRasmus Lerdorf <rasmus@php.net>2011-05-13 21:54:25 +0000
commit2a927b5d7f3715a74280ef2955f2fbd306d825fb (patch)
treea8ed752fdd888be4dce7f5174852c9f4f86d3f97
parent8ba00176f11fe255221c8fbedd264870bdbfedde (diff)
downloadphp-git-2a927b5d7f3715a74280ef2955f2fbd306d825fb.tar.gz
Make sure 'E' is included in the variables_order, otherwise
this test won't work.
-rw-r--r--ext/filter/tests/bug52209.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/filter/tests/bug52209.phpt b/ext/filter/tests/bug52209.phpt
index 49408ea12d..bf2ed6cf3f 100644
--- a/ext/filter/tests/bug52209.phpt
+++ b/ext/filter/tests/bug52209.phpt
@@ -2,6 +2,8 @@
Bug #52209 (INPUT_ENV returns NULL for set variables (CLI))
--SKIPIF--
<?php if (!extension_loaded("filter") || !empty($_ENV['PWD'])) die("skip"); ?>
+--INI--
+variables_order=GPCSE
--FILE--
<?php
var_dump(filter_input(INPUT_ENV, 'PWD'));