From 6a12b52406df421f4e8df9a626cdc770279a0890 Mon Sep 17 00:00:00 2001 From: marcosptf Date: Sun, 13 Mar 2016 03:12:23 -0300 Subject: [PATCH] test to function forward_static_call_array(); was added new test to standard function; --- .../tests/forward_static_call_array.phpt | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 ext/standard/tests/forward_static_call_array.phpt diff --git a/ext/standard/tests/forward_static_call_array.phpt b/ext/standard/tests/forward_static_call_array.phpt new file mode 100644 index 0000000000..a135a712fc --- /dev/null +++ b/ext/standard/tests/forward_static_call_array.phpt @@ -0,0 +1,47 @@ +--TEST-- +mixed forward_static_call_array ( callable $function , array $parameters ); +--CREDITS-- +marcosptf - - @phpsp - sao paulo - br +--SKIPIF-- + +--FILE-- + +--EXPECT-- +B +B more,args +C other,args -- 2.50.1