Searched refs:jit_option (Results 1 – 2 of 2) sorted by relevance
/php-src/sapi/fuzzer/ |
H A D | fuzzer-function-jit.c | 26 zend_string *jit_option = ZSTR_INIT_LITERAL("opcache.jit", 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 D | fuzzer-tracing-jit.c | 26 zend_string *jit_option = ZSTR_INIT_LITERAL("opcache.jit", 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 6 milliseconds