From fc835b4a46cba8162e2f8621f27b2578f1d20d9c Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 30 Dec 2003 13:28:31 +0000 Subject: - Fix typos --- Zend/ZEND_CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 15cc44e07e..85c7c5203e 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -861,10 +861,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 - that expect strings. Also the function __toStrign is not used in + 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 - in any place but without calling __tostring(). + in any place but without calling __toString(). Example: -- cgit v1.2.1