From: foobar Date: Sat, 29 Nov 2003 07:16:16 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.5RC1~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1525e15d4f6fa273d7a134f5b842e9ceda9cba1f;p=php MFH --- 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