From 1525e15d4f6fa273d7a134f5b842e9ceda9cba1f Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 29 Nov 2003 07:16:16 +0000 Subject: [PATCH] MFH --- tests/lang/bug25652.phpt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 tests/lang/bug25652.phpt diff --git a/tests/lang/bug25652.phpt b/tests/lang/bug25652.phpt new file mode 100755 index 0000000000..cf0cc1a265 --- /dev/null +++ b/tests/lang/bug25652.phpt @@ -0,0 +1,22 @@ +--TEST-- +Bug #25652 (Calling Global functions dynamically fails from Class scope) +--FILE-- +arr[0]('testvalue'); + } + } + + $a = new foo (); + $a->bar (); + +?> +--EXPECT-- +testfunc testvalue -- 2.50.1