Merge pull request #853 from cosad3s/master

Add PHP magic methods list

Source: https://www.php.net/manual/en/language.oop5.magic.php
This commit is contained in:
g0tmi1k 2023-03-09 12:00:43 +00:00 committed by GitHub
commit d45a87ecaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
__construct
__destruct
__call
__callStatic
__get
__set
__isset
__unset
__sleep
__wakeup
__serialize
__unserialize
__toString
__invoke
__set_state
__clone
__debugInfo