Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_vm_execute.skl126 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];
H A Dzend_vm_execute.h324 static const void * const * zend_opcode_handler_funcs; variable
61029 zend_opcode_handler_funcs = labels;
61096 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];
61192 return zend_opcode_handler_funcs[(spec & SPEC_START_MASK) + offset];

Completed in 127 milliseconds