From 775389cd1d0dc08d54c17c6abac7e56d2eef9bcb Mon Sep 17 00:00:00 2001 From: Ant Phillips Date: Fri, 28 Nov 2008 10:41:19 +0000 Subject: Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). --- tests/lang/func_get_arg.002.phpt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/lang/func_get_arg.002.phpt (limited to 'tests/lang/func_get_arg.002.phpt') diff --git a/tests/lang/func_get_arg.002.phpt b/tests/lang/func_get_arg.002.phpt new file mode 100644 index 0000000000..6ab4f95719 --- /dev/null +++ b/tests/lang/func_get_arg.002.phpt @@ -0,0 +1,19 @@ +--TEST-- +func_get_arg with variable number of args +--FILE-- + +--EXPECT-- +int(3) +int(3) -- cgit v1.2.1