Skip to content

Commit 2a927b5

Browse files
committed
Make sure 'E' is included in the variables_order, otherwise
this test won't work.
1 parent 8ba0017 commit 2a927b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/filter/tests/bug52209.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #52209 (INPUT_ENV returns NULL for set variables (CLI))
33
--SKIPIF--
44
<?php if (!extension_loaded("filter") || !empty($_ENV['PWD'])) die("skip"); ?>
5+
--INI--
6+
variables_order=GPCSE
57
--FILE--
68
<?php
79
var_dump(filter_input(INPUT_ENV, 'PWD'));

0 commit comments

Comments
 (0)