diff --git a/Fuzzing/php-magic-methods.txt b/Fuzzing/php-magic-methods.txt new file mode 100644 index 00000000..f732ed33 --- /dev/null +++ b/Fuzzing/php-magic-methods.txt @@ -0,0 +1,17 @@ +__construct +__destruct +__call +__callStatic +__get +__set +__isset +__unset +__sleep +__wakeup +__serialize +__unserialize +__toString +__invoke +__set_state +__clone +__debugInfo \ No newline at end of file