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