mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Make sure 'E' is included in the variables_order, otherwise
this test won't work.
This commit is contained in:
parent
74b8f72017
commit
6613fefb80
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue