diff options
author | Stanislav Malyshev <stas@php.net> | 2003-02-16 11:12:43 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2003-02-16 11:12:43 +0000 |
commit | a4c3b2ce807dec309812cfe72c91a597c8476113 (patch) | |
tree | df2e8a0aa85b595abf66f0c7b476471c3749fc11 /ext/mysqli/php_mysqli.h | |
parent | 0a18a9d744afb9d97d46bad1f40c11a047bad5df (diff) | |
download | php-git-a4c3b2ce807dec309812cfe72c91a597c8476113.tar.gz |
Namespace patch. Big changes:
1. Nested classes are gone.
2. New syntax for namespaces:
namespace foo {
class X { ... }
function bar { ... }
var x = 1;
const ZZ = 2;
}
3. Namespaced symbol access: $x = new foo::X; - etc.
For now, namespaces are case insensitive, just like classes.
Also, there can be no global class and namespace with the same name
(to avoid ambiguities in :: resolution).
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
0 files changed, 0 insertions, 0 deletions