From 3b2698f5f0cca3aa7cc13761c8d7df28c0a6cd24 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 20 Nov 2007 02:05:41 +0000 Subject: [PATCH] Removed __autoload() on list of magic methods (#43320) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246484 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/magic.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/language/oop5/magic.xml b/language/oop5/magic.xml index e9d21951d8..3ddea35f9d 100644 --- a/language/oop5/magic.xml +++ b/language/oop5/magic.xml @@ -1,5 +1,5 @@ - + Magic Methods @@ -16,9 +16,8 @@ __sleep, __wakeup, __toString, - __set_state, - __clone and - __autoload + __set_state and + __clone are magical in PHP classes. You cannot have functions with these names in any of your classes unless you want the magic functionality associated