diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-10-10 18:49:29 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-10-10 18:49:29 +0000 |
commit | 69343667e7e079bfe3cc1c6a4ed96b3eaea597f7 (patch) | |
tree | 7fc2ef060aa06122948c69faddb19317932b6d6c /Zend/ZEND_CHANGES | |
parent | cd282dad984cd7faf9137666a4070c0fd4f96ae7 (diff) | |
download | php-git-69343667e7e079bfe3cc1c6a4ed96b3eaea597f7.tar.gz |
Fugbix typo.
Diffstat (limited to 'Zend/ZEND_CHANGES')
-rw-r--r-- | Zend/ZEND_CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index ecfc1c9a98..6e999ef259 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -159,7 +159,7 @@ Changes in the Zend Engine 2.0 to access a class's local symbols you can use the self:: class accessor, for example, you can do self::$my_static_name = "Hello". You can also use the class's name such as - MyClass::$my_static_name = "Hello". WIth both constants and + MyClass::$my_static_name = "Hello". With both constants and functions, if you don't specify a class context the current class will be searched first and if the search fails then the global scope will be searched. If you want to force PHP to only check the |