Home
last modified time | relevance | path

Searched refs:OPLINE (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute.c4572 OPLINE = EX(opline) + (skip); \
4575 OPLINE = opline + (skip); \
4587 OPLINE = new_op
4591 OPLINE = new_op; \
4609 OPLINE++
4621 OPLINE = opline; \
H A Dzend_vm_execute.h347 #define HYBRID_NEXT() goto *(void**)(OPLINE->handler)
370 # define ZEND_VM_CONTINUE() ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASST…
394 #undef OPLINE
403 # define OPLINE opline macro
411 # define OPLINE EX(opline) macro
2887 OPLINE = OP_JMP_ADDR(opline, opline->op1); in ZEND_JMP_FORWARD_SPEC_HANDLER() local
50050 …zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE-… in ZEND_NULL_HANDLER()
53312 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
53313 if (UNEXPECTED(!OPLINE)) {
61459 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
[all …]
H A Dzend_vm_def.h8882 OPLINE = OP_JMP_ADDR(opline, opline->op1); variable

Completed in 217 milliseconds