From: Sebastian Bergmann Date: Fri, 8 Mar 2002 11:36:56 +0000 (+0000) Subject: Add 'import const' example. X-Git-Tag: help~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f010abe517ee5028bb73b61e8ce73da572d69cd;p=php Add 'import const' example. --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 7e2d90cbbc..ffc4149f34 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -301,6 +301,17 @@ Changes in the Zend Engine 2.0 func2(); ?> + Example: + + + Old code that does not take advantage of namespaces will run without modifications.