mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-22 02:41:33 +00:00
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:
commit
d45a87ecaf
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