]> granicus.if.org Git - php/commit
Allow namespaces to have a number of parts. I.e., now you can do:
authorStanislav Malyshev <stas@php.net>
Thu, 20 Feb 2003 19:01:53 +0000 (19:01 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 20 Feb 2003 19:01:53 +0000 (19:01 +0000)
commite645f20d0708113c08e29f35d76b7264edfc0515
tree17ea79d997c632a4b7c89773d2605059dcc7fa50
parent97299303436c52a1ff88960e97e6b1d9573748cd
Allow namespaces to have a number of parts. I.e., now you can do:
namespace foo {
function abc() {}
}
...
namespace foo {
functio def() {}
}
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute.c
Zend/zend_language_parser.y
Zend/zend_opcode.c