From: Marcus Boerger Date: Wed, 29 Sep 2004 08:48:16 +0000 (+0000) Subject: Add new test X-Git-Tag: PRE_NEW_VM_GEN_PATCH~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93753e19b135660992d4e516297860648c5217e8;p=php Add new test --- diff --git a/ext/reflection/tests/003.phpt b/ext/reflection/tests/003.phpt new file mode 100755 index 0000000000..6603892559 --- /dev/null +++ b/ext/reflection/tests/003.phpt @@ -0,0 +1,31 @@ +--TEST-- +invoke() with base class method +--FILE-- +invoke($o); + +?> +===DONE=== +--EXPECT-- +Foo::Test +===DONE===