From ed3bbe4f621a48fef1d92aba220c7b6af88c33fd Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 1 Jun 2003 15:14:44 +0000 Subject: [PATCH] Typos as reported by Andrey Hristov. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129733 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/types.xml b/language/types.xml index ba4e23222f..e3d697a126 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1917,7 +1917,7 @@ $bar->do_foo(); If an object is converted to an object, it is not modified. If a value - of any other type is converted to an object, a new instace of the + of any other type is converted to an object, a new instance of the stdClass built in class is created. If the value was null, the new instance will be empty. For any other value, a member variable named scalar will contain the @@ -1927,7 +1927,7 @@ $bar->do_foo(); scalar; // outputs 'ciao' ?> ]]>