Searched refs:is_hot_handler (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_vm_gen.php | 883 is_hot_handler($opcode["hot"], $op1, $op2, $extra_spec) && 884 … is_hot_handler($opcodes[$opnames[$name]]["hot"], $op1, $op2, $extra_spec) ? 976 function is_hot_handler($hot, $op1, $op2, $extra_spec) { function 1102 is_hot_handler($opcode["hot"], $op1, $op2, $extra_spec) ? 1117 …if ($opcode["hot"] && ZEND_VM_KIND == ZEND_VM_KIND_HYBRID && is_hot_handler($opcode["hot"], $op1, …
|
Completed in 11 milliseconds