diff --git a/language/oop5/magic.xml b/language/oop5/magic.xml index 6c3e82ca14..fb54fdd35a 100644 --- a/language/oop5/magic.xml +++ b/language/oop5/magic.xml @@ -1,5 +1,5 @@ - + Magic Methods @@ -12,8 +12,10 @@ __set (see Overloading), __sleep, - __wakeup, and - __toString + __wakeup, + __toString, + __clone and + __autoload are magical in PHP classes. You cannot have functions with these names in any of your classes unless you want the magic functionality associated