]> granicus.if.org Git - php/commitdiff
Fixed test
authorXinchen Hui <laruence@gmail.com>
Sun, 13 Dec 2015 06:37:50 +0000 (22:37 -0800)
committerXinchen Hui <laruence@gmail.com>
Sun, 13 Dec 2015 06:37:50 +0000 (22:37 -0800)
ext/filter/tests/bug71063.phpt

index c399817cd0fc253218e23fd2094acb732d785a32..30e8d7d145e90c052bb50ae4b0a029bc093da282 100644 (file)
@@ -4,6 +4,8 @@ Bug #71063 (filter_input(INPUT_ENV, ..) does not work)
 <?php if (!extension_loaded("filter")) die("skip"); ?>
 --ENV--
 PATH=/
+--INI--
+variables_order=E
 --FILE--
 <?php
 var_dump(count($_ENV['PATH']) > 0);