From: Dmitry Stogov Date: Fri, 9 Nov 2007 13:34:58 +0000 (+0000) Subject: new test X-Git-Tag: RELEASE_1_3_1~673 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d681d5660a772e0684d8df7d9c601645431b9c1;p=php new test --- diff --git a/Zend/tests/ns_055.phpt b/Zend/tests/ns_055.phpt new file mode 100755 index 0000000000..83d0613c1e --- /dev/null +++ b/Zend/tests/ns_055.phpt @@ -0,0 +1,33 @@ +--TEST-- +055: typehints in namespaces +--FILE-- +test1($foo); +$foo->test2($foo); +$foo->test3($ex); +$foo->test4($ex); +?> +--EXPECT-- +ok +ok +ok +ok