diff options
author | Andi Gutmans <andi@php.net> | 2001-11-26 18:05:01 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-11-26 18:05:01 +0000 |
commit | 7cd6ccc0ec9beca50034276fe349d2666ec945cb (patch) | |
tree | 1db942b96c8fbf5c508c7c5acec50a06f2f3078f /main/php_ini.c | |
parent | 7c4daf11c04f90454adb67269b645e82fa47d8fd (diff) | |
download | php-git-7cd6ccc0ec9beca50034276fe349d2666ec945cb.tar.gz |
- Support static $var = 0; style initialization of static class
- members. For example:
- class foo {
- static $my_static = 5;
-
- }
-
- print foo::$my_static;
Diffstat (limited to 'main/php_ini.c')
0 files changed, 0 insertions, 0 deletions