mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-16 14:25:01 +00:00
Add PHP magic methods list
See: https://www.php.net/manual/en/language.oop5.magic.php
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
__construct
|
||||
__destruct
|
||||
__call
|
||||
__callStatic
|
||||
__get
|
||||
__set
|
||||
__isset
|
||||
__unset
|
||||
__sleep
|
||||
__wakeup
|
||||
__serialize
|
||||
__unserialize
|
||||
__toString
|
||||
__invoke
|
||||
__set_state
|
||||
__clone
|
||||
__debugInfo
|
||||
Reference in New Issue
Block a user