From ee0afeeaed7494107522591b00d2d445ccd84e7d Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sat, 31 Mar 2012 08:29:12 +0000 Subject: [PATCH] Fix #61526 Improve doc. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324657 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/classobj/functions/is-subclass-of.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/classobj/functions/is-subclass-of.xml b/reference/classobj/functions/is-subclass-of.xml index 55011dfe89..945d06b059 100644 --- a/reference/classobj/functions/is-subclass-of.xml +++ b/reference/classobj/functions/is-subclass-of.xml @@ -42,7 +42,8 @@ allow_string - Whether to call autoloader if the class doesn't exist. + If this parameter set to false, string class name as object + is not allowed. This also prevents from calling autoloader if the class doesn't exist.