Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-function-jit.c26 zend_string *jit_option = zend_string_init("opcache.jit", sizeof("opcache.jit") - 1, 1); in LLVMFuzzerTestOneInput() local
33 jit_option, "off", sizeof("off")-1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in LLVMFuzzerTestOneInput()
39 zend_alter_ini_entry_chars(jit_option, in LLVMFuzzerTestOneInput()
47 zend_string_release(jit_option); in LLVMFuzzerTestOneInput()
H A Dfuzzer-tracing-jit.c26 zend_string *jit_option = zend_string_init("opcache.jit", sizeof("opcache.jit") - 1, 1); in LLVMFuzzerTestOneInput() local
33 jit_option, "off", sizeof("off")-1, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in LLVMFuzzerTestOneInput()
39 zend_alter_ini_entry_chars(jit_option, in LLVMFuzzerTestOneInput()
51 zend_string_release(jit_option); in LLVMFuzzerTestOneInput()

Completed in 10 milliseconds