mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-04-27 17:26:29 -04: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
1 changed files with 17 additions and 0 deletions
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…
Add table
Reference in a new issue