Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_execute.skl128 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];
H A Dzend_vm_execute.h325 static const void * const * zend_opcode_handler_funcs; variable
63188 zend_opcode_handler_funcs = labels;
63255 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];
63331 return zend_opcode_handler_funcs[zend_vm_get_opcode_handler_idx(spec, op)];

Completed in 142 milliseconds