From 2004c2504142eddeebde51dd09141f9f88cb1c29 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 18 Mar 2004 08:12:19 +0000 Subject: [PATCH] - Update Changes --- Zend/ZEND_CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index d00c6f7f25..2388cf406a 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -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: -- 2.50.1