]> granicus.if.org Git - php/commitdiff
- Update Changes
authorAndi Gutmans <andi@php.net>
Thu, 18 Mar 2004 08:12:19 +0000 (08:12 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 18 Mar 2004 08:12:19 +0000 (08:12 +0000)
Zend/ZEND_CHANGES

index d00c6f7f2557bdc68b5ff30861e9871960d558f7..2388cf406a07205e2252eed45eae558ae75b7d01 100644 (file)
@@ -913,10 +913,10 @@ Changes in the Zend Engine 2.0
 
       The magic method __toString() allows to overload the object to 
       string conversion. This conversion is only done automatically for 
-      printing functions (echo, *printf) but not for other functions 
+      the printing functions (echo, print) but not for other functions 
       that expect strings. Also the function __toString is not used in
       places where objects are not allowed but strings are like array
-      indices. Note that specialized objects maybe converted to a string
+      indices. Note that specialized objects may be converted to a string
       in any place but without calling __toString().
 
       Example: