Make sure 'E' is included in the variables_order, otherwise

this test won't work.
This commit is contained in:
Rasmus Lerdorf 2011-05-13 21:54:25 +00:00
parent 8ba00176f1
commit 2a927b5d7f

View 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'));