diff --git a/tests/basic/012.phpt b/tests/basic/012.phpt new file mode 100644 index 00000000000..7e70f9a0186 --- /dev/null +++ b/tests/basic/012.phpt @@ -0,0 +1,27 @@ +--TEST-- +Testing $argc and $argv handling (cli) +--SKIPIF-- + +--INI-- +register_argc_argv=1 +--ARGS-- +ab cd ef 123 test +--FILE-- + +--EXPECT-- +0: ab +1: cd +2: ef +3: 123 +4: test