Home
last modified time | relevance | path

Searched refs:fuzzer_call_php_func_zval (Results 1 – 4 of 4) sorted by relevance

/php-src/sapi/fuzzer/
H A Dfuzzer-unserializehash.c63 fuzzer_call_php_func_zval("hash_update", 2, args); in LLVMFuzzerTestOneInput()
65 fuzzer_call_php_func_zval("hash_final", 1, args); in LLVMFuzzerTestOneInput()
H A Dfuzzer-sapi.h23 void fuzzer_call_php_func_zval(const char *func_name, int nargs, zval *args);
H A Dfuzzer-exif.c52 fuzzer_call_php_func_zval("exif_read_data", 1, &stream_zv); in LLVMFuzzerTestOneInput()
H A Dfuzzer-sapi.c294 void fuzzer_call_php_func_zval(const char *func_name, int nargs, zval *args) { in fuzzer_call_php_func_zval() function
319 fuzzer_call_php_func_zval(func_name, nargs, args); in fuzzer_call_php_func()

Completed in 8 milliseconds