]> granicus.if.org Git - php/commitdiff
Make sure 'E' is included in the variables_order, otherwise
authorRasmus Lerdorf <rasmus@php.net>
Fri, 13 May 2011 21:54:25 +0000 (21:54 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 13 May 2011 21:54:25 +0000 (21:54 +0000)
this test won't work.

ext/filter/tests/bug52209.phpt

index 49408ea12d2f60646fdf525449b59ff42077ee7b..bf2ed6cf3f7a46cc31bfe2b38d10b084898fabe1 100644 (file)
@@ -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'));