Searched refs:zend_opcode_handler_funcs (Results 1 – 2 of 2) sorted by relevance
138 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];
325 static const void * const * zend_opcode_handler_funcs; variable67973 zend_opcode_handler_funcs = labels;68040 return zend_opcode_handler_funcs[Z_LVAL_P(zv)];68116 return zend_opcode_handler_funcs[zend_vm_get_opcode_handler_idx(spec, op)];
Completed in 233 milliseconds