mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-21 10:22:44 +00:00
Add PHP magic methods list
See: https://www.php.net/manual/en/language.oop5.magic.php
This commit is contained in:
parent
decd3cb559
commit
18120d94f2
17
Fuzzing/php-magic-methods.txt
Normal file
17
Fuzzing/php-magic-methods.txt
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
__construct
|
||||||
|
__destruct
|
||||||
|
__call
|
||||||
|
__callStatic
|
||||||
|
__get
|
||||||
|
__set
|
||||||
|
__isset
|
||||||
|
__unset
|
||||||
|
__sleep
|
||||||
|
__wakeup
|
||||||
|
__serialize
|
||||||
|
__unserialize
|
||||||
|
__toString
|
||||||
|
__invoke
|
||||||
|
__set_state
|
||||||
|
__clone
|
||||||
|
__debugInfo
|
Loading…
x
Reference in New Issue
Block a user