From af99dc056c26714713181b10ce8da727724c0ebc Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Wed, 23 Feb 2011 03:28:41 +0000 Subject: [PATCH] Fill in class_name param, documenting fact that it is lowercased. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308580 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/functions/spl-autoload.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/functions/spl-autoload.xml b/reference/spl/functions/spl-autoload.xml index 2a0aaf95d0..b347ebbcd6 100644 --- a/reference/spl/functions/spl-autoload.xml +++ b/reference/spl/functions/spl-autoload.xml @@ -29,7 +29,7 @@ class_name - + The lowercased name of the class (and namespace) being instantiated.