Home
last modified time | relevance | path

Searched refs:opcache_path (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-function-jit.c53 char *opcache_path = get_opcache_path(); in LLVMFuzzerInitialize() local
54 assert(opcache_path && "Failed to determine opcache path"); in LLVMFuzzerInitialize()
62 opcache_path); in LLVMFuzzerInitialize()
63 free(opcache_path); in LLVMFuzzerInitialize()
H A Dfuzzer-tracing-jit.c57 char *opcache_path = get_opcache_path(); in LLVMFuzzerInitialize() local
58 assert(opcache_path && "Failed to determine opcache path"); in LLVMFuzzerInitialize()
71 opcache_path); in LLVMFuzzerInitialize()
72 free(opcache_path); in LLVMFuzzerInitialize()

Completed in 6 milliseconds