diff options
author | Martin Jansen <mj@php.net> | 2003-05-11 09:33:04 +0000 |
---|---|---|
committer | Martin Jansen <mj@php.net> | 2003-05-11 09:33:04 +0000 |
commit | 8c5eac260f518636e6ac877475702d94d14d17f4 (patch) | |
tree | 3a742198a1c86af66d6ec8876a4b77640669614d /pear | |
parent | bc741c67d4e528afa7e2bdf27739c01614cd54be (diff) | |
download | php-git-8c5eac260f518636e6ac877475702d94d14d17f4.tar.gz |
* Fixing note
Diffstat (limited to 'pear')
-rw-r--r-- | pear/PEAR.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php index 8c536d717c..00977e6ab9 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -63,7 +63,7 @@ ini_set('track_errors', true); * destructor, use error_log(), syslog() or something similar. * * IMPORTANT! To use the emulated destructors you need to create the - * objects by reference, ej: $obj =& new PEAR_child; + * objects by reference: $obj =& new PEAR_child; * * @since PHP 4.0.2 * @author Stig Bakken <ssb@php.net> |