Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h39 #define ZEND_JIT_ON_SCRIPT_LOAD 0 macro
H A Dzend_jit.c4532 } else if (JIT_G(trigger) == ZEND_JIT_ON_SCRIPT_LOAD) { in zend_jit_op_array()
4566 } else if (JIT_G(trigger) == ZEND_JIT_ON_SCRIPT_LOAD) { in zend_jit_script()
4641 if (JIT_G(trigger) == ZEND_JIT_ON_SCRIPT_LOAD) { in zend_jit_script()
4839 JIT_G(trigger) = ZEND_JIT_ON_SCRIPT_LOAD; in zend_jit_config()

Completed in 23 milliseconds