mirror of
https://github.com/php/php-src.git
synced 2024-12-16 21:37:49 +08:00
Make sure 'E' is included in the variables_order, otherwise
this test won't work.
This commit is contained in:
parent
8ba00176f1
commit
2a927b5d7f
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user