Home
last modified time | relevance | path

Searched refs:fuzzer_call_php_func (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/sapi/fuzzer/
H A Dfuzzer-mbstring.c46 fuzzer_call_php_func("mb_ereg", 2, args); in LLVMFuzzerTestOneInput()
50 fuzzer_call_php_func("mb_eregi", 2, args); in LLVMFuzzerTestOneInput()
54 fuzzer_call_php_func("mb_ereg", 2, args); in LLVMFuzzerTestOneInput()
58 fuzzer_call_php_func("mb_eregi", 2, args); in LLVMFuzzerTestOneInput()
H A Dfuzzer-sapi.h22 void fuzzer_call_php_func(const char *func_name, int nargs, char **params);
H A Dfuzzer-sapi.c290 void fuzzer_call_php_func(const char *func_name, int nargs, char **params) { in fuzzer_call_php_func() function

Completed in 15 milliseconds