Lines Matching refs:opline_num
660 printf("Jumping to %d\n", opline->op1.opline_num); in ZEND_JMP_SPEC_HANDLER()
769 ZEND_VM_JMP(EX(op_array)->opcodes + opline->op2.opline_num); in ZEND_NEW_SPEC_HANDLER()
1147 ZEND_VM_SET_OPCODE(&EX(op_array)->opcodes[opline->op2.opline_num]); in ZEND_FAST_CALL_SPEC_HANDLER()
1160 EX(fast_ret) = &EX(op_array)->opcodes[EX(fast_ret)->op2.opline_num]; in ZEND_FAST_RET_SPEC_HANDLER()
1168 ZEND_VM_SET_OPCODE(&EX(op_array)->opcodes[opline->op2.opline_num]); in ZEND_FAST_RET_SPEC_HANDLER()
1172 ZEND_VM_SET_OPCODE(&EX(op_array)->opcodes[opline->op2.opline_num]); in ZEND_FAST_RET_SPEC_HANDLER()
1438 el = zend_brk_cont(Z_LVAL_P(opline->op2.zv), opline->op1.opline_num, in ZEND_BRK_SPEC_CONST_HANDLER()
1449 el = zend_brk_cont(Z_LVAL_P(opline->op2.zv), opline->op1.opline_num, in ZEND_CONT_SPEC_CONST_HANDLER()
2180 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPZ_SPEC_CONST_HANDLER()
2210 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPNZ_SPEC_CONST_HANDLER()
2246 printf("Conditional jmp on false to %d\n", opline->op2.opline_num); in ZEND_JMPZNZ_SPEC_CONST_HANDLER()
2248 ZEND_VM_SET_OPCODE(&EX(op_array)->opcodes[opline->op2.opline_num]); in ZEND_JMPZNZ_SPEC_CONST_HANDLER()
2276 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPZ_EX_SPEC_CONST_HANDLER()
2307 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPNZ_EX_SPEC_CONST_HANDLER()
2486 && ARG_MUST_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_VAL_SPEC_CONST_HANDLER()
2487 zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.opline_num); in ZEND_SEND_VAL_SPEC_CONST_HANDLER()
2802 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_RESET_SPEC_CONST_HANDLER()
2916 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_RESET_SPEC_CONST_HANDLER()
2961 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMP_SET_SPEC_CONST_HANDLER()
2995 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMP_SET_VAR_SPEC_CONST_HANDLER()
7500 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPZ_SPEC_TMP_HANDLER()
7530 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPNZ_SPEC_TMP_HANDLER()
7566 printf("Conditional jmp on false to %d\n", opline->op2.opline_num); in ZEND_JMPZNZ_SPEC_TMP_HANDLER()
7568 ZEND_VM_SET_OPCODE(&EX(op_array)->opcodes[opline->op2.opline_num]); in ZEND_JMPZNZ_SPEC_TMP_HANDLER()
7596 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPZ_EX_SPEC_TMP_HANDLER()
7627 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPNZ_EX_SPEC_TMP_HANDLER()
7796 && ARG_MUST_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_VAL_SPEC_TMP_HANDLER()
7797 zend_error_noreturn(E_ERROR, "Cannot pass parameter %d by reference", opline->op2.opline_num); in ZEND_SEND_VAL_SPEC_TMP_HANDLER()
8113 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_RESET_SPEC_TMP_HANDLER()
8227 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_RESET_SPEC_TMP_HANDLER()
8301 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMP_SET_SPEC_TMP_HANDLER()
8336 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMP_SET_VAR_SPEC_TMP_HANDLER()
12705 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPZ_SPEC_VAR_HANDLER()
12735 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPNZ_SPEC_VAR_HANDLER()
12771 printf("Conditional jmp on false to %d\n", opline->op2.opline_num); in ZEND_JMPZNZ_SPEC_VAR_HANDLER()
12773 ZEND_VM_SET_OPCODE(&EX(op_array)->opcodes[opline->op2.opline_num]); in ZEND_JMPZNZ_SPEC_VAR_HANDLER()
12801 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPZ_EX_SPEC_VAR_HANDLER()
12832 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPNZ_EX_SPEC_VAR_HANDLER()
13035 } else if (!ARG_SHOULD_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER()
13061 !ARG_MAY_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_VAR_NO_REF_SPEC_VAR_HANDLER()
13099 !ARG_SHOULD_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_REF_SPEC_VAR_HANDLER()
13118 && ARG_SHOULD_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_VAR_SPEC_VAR_HANDLER()
13430 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_RESET_SPEC_VAR_HANDLER()
13545 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_RESET_SPEC_VAR_HANDLER()
13572 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
13586 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
13616 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
13643 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
13652 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
13721 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMP_SET_SPEC_VAR_HANDLER()
13756 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMP_SET_VAR_SPEC_VAR_HANDLER()
30402 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPZ_SPEC_CV_HANDLER()
30432 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPNZ_SPEC_CV_HANDLER()
30468 printf("Conditional jmp on false to %d\n", opline->op2.opline_num); in ZEND_JMPZNZ_SPEC_CV_HANDLER()
30470 ZEND_VM_SET_OPCODE(&EX(op_array)->opcodes[opline->op2.opline_num]); in ZEND_JMPZNZ_SPEC_CV_HANDLER()
30498 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPZ_EX_SPEC_CV_HANDLER()
30529 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMPNZ_EX_SPEC_CV_HANDLER()
30717 } else if (!ARG_SHOULD_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_VAR_NO_REF_SPEC_CV_HANDLER()
30743 !ARG_MAY_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_VAR_NO_REF_SPEC_CV_HANDLER()
30781 !ARG_SHOULD_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_REF_SPEC_CV_HANDLER()
30799 && ARG_SHOULD_BE_SENT_BY_REF(EX(call)->fbc, opline->op2.opline_num)) { in ZEND_SEND_VAR_SPEC_CV_HANDLER()
31100 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_RESET_SPEC_CV_HANDLER()
31214 ZEND_VM_JMP(EX(op_array)->opcodes+opline->op2.opline_num); in ZEND_FE_RESET_SPEC_CV_HANDLER()
31259 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMP_SET_SPEC_CV_HANDLER()
31293 printf("Conditional jmp to %d\n", opline->op2.opline_num); in ZEND_JMP_SET_VAR_SPEC_CV_HANDLER()