Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_vm_execute.skl138 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];
H A Dzend_vm_execute.h325 static const void * const * zend_opcode_handler_funcs; variable
66503 zend_opcode_handler_funcs = labels;
66570 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];
66646 return zend_opcode_handler_funcs[zend_vm_get_opcode_handler_idx(spec, op)];

Completed in 118 milliseconds