Lines Matching refs:handler

348 #define HYBRID_NEXT()     goto *(void**)(OPLINE->handler)
371 # define ZEND_VM_CONTINUE() ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASST…
1275 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1337 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1400 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER()
1567 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1662 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1759 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1867 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1976 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
2086 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
3486 fbc->internal_function.handler(call, ret); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3629 fbc->internal_function.handler(call, ret); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
56972 hybrid_halt_op.handler = (void*)&&HYBRID_HALT_LABEL;
57004 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
57007 …if (UNEXPECTED((ret = ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)) != 0…
65395 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(uintptr_t)op->handler);
65397 op->handler = (const void *)(uintptr_t)Z_LVAL_P(zv);
65402 op->handler = zend_opcode_handlers[(uintptr_t)op->handler];
65408 return op->handler;
65415 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(uintptr_t)op->handler);
65507 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(zend_spec_handlers[opcode], op)];
65778 op->handler = zend_opcode_handlers[zend_vm_get_opcode_handler_idx(spec, op)];
65784 opcode_handler_t handler; local
65800handler = (opcode_handler_t)zend_vm_get_opcode_handler_func(zend_user_opcodes[opline->opcode], opl…
65801 handler(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
65804 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
65813 ret = ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);