From: Stanislav Malyshev Date: Mon, 17 Nov 2008 18:00:44 +0000 (+0000) Subject: Improve use syntax X-Git-Tag: php-5.3.0alpha2~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cb8b8ba4029fe90cb4c4ea73b9fdf1be6796874;p=php Improve use syntax [DOC] use \foo\bar is the same as use foo\bar --- diff --git a/Zend/tests/ns_078.phpt b/Zend/tests/ns_078.phpt new file mode 100755 index 0000000000..ed6770ff47 --- /dev/null +++ b/Zend/tests/ns_078.phpt @@ -0,0 +1,33 @@ +--TEST-- +002: Import - different syntaxes +--FILE-- +