From: Rasmus Lerdorf Date: Tue, 17 Jun 2003 22:32:51 +0000 (+0000) Subject: variables_order needs to include S for both of these to work X-Git-Tag: php-4.3.3RC1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1269ac0661a144feda9a62b46846bd0bca2cb7ca;p=php variables_order needs to include S for both of these to work --- diff --git a/ext/standard/tests/general_functions/getopt.phpt b/ext/standard/tests/general_functions/getopt.phpt index 13a4fa558f..b896212bec 100644 --- a/ext/standard/tests/general_functions/getopt.phpt +++ b/ext/standard/tests/general_functions/getopt.phpt @@ -2,14 +2,14 @@ getopt --ARGS-- -v -h -d test -m 1234 -t -j +--INI-- +variables_order="GPCSE" +register_argc_argv=1 --SKIPIF-- --FILE-- --INI-- register_argc_argv=1 +variables_order="GPCSE" --ARGS-- ab cd ef 123 test --FILE--