From 59b4b899d357f48b91c9a729be4cfee8aeec3205 Mon Sep 17 00:00:00 2001 From: Karoly Negyesi Date: Sat, 2 Aug 2014 20:46:07 +0000 Subject: [PATCH] Note is_subclass_of() is not fussy about nonexisting classes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334468 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/classobj/functions/is-subclass-of.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/classobj/functions/is-subclass-of.xml b/reference/classobj/functions/is-subclass-of.xml index f8789f81fa..018acf5ab0 100644 --- a/reference/classobj/functions/is-subclass-of.xml +++ b/reference/classobj/functions/is-subclass-of.xml @@ -26,7 +26,7 @@ object - A class name or an object instance + A class name or an object instance. No error is generated if the class does not exist. @@ -54,7 +54,7 @@ &reftitle.returnvalues; This function returns &true; if the object object, - belongs to a class which is a subclass of + belongs to a class which is a subclass of class_name, &false; otherwise. @@ -80,7 +80,7 @@ 5.3.7 Added support for class_name to work with - interfaces + interfaces