Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_vm_execute.skl104 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];
H A Dzend_vm_execute.h325 static const void * const * zend_opcode_handler_funcs; variable
65068 zend_opcode_handler_funcs = labels;
65130 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];
65238 return zend_opcode_handler_funcs[(spec & SPEC_START_MASK) + offset];

Completed in 125 milliseconds