Searched refs:fast_call (Results 1 – 4 of 4) sorted by relevance
308 zval *fast_call = in zend_generator_dtor_storage() local315 Z_OBJ_P(fast_call) = NULL; in zend_generator_dtor_storage()316 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in zend_generator_dtor_storage()336 zval *fast_call = in zend_generator_dtor_storage() local339 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t) -1) { in zend_generator_dtor_storage()340 zend_op *retval_op = &ex->func->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)]; in zend_generator_dtor_storage()346 if (Z_OBJ_P(fast_call)) { in zend_generator_dtor_storage()347 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_generator_dtor_storage()
8063 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()8080 if (Z_OBJ_P(fast_call)) { in ZEND_VM_HELPER()8084 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()8533 zval *fast_call = EX_VAR(opline->op1.var); variable8545 if (Z_OBJ_P(fast_call) != NULL) {8547 OBJ_RELEASE(Z_OBJ_P(fast_call));8548 Z_OBJ_P(fast_call) = NULL;8559 Z_OBJ_P(fast_call) = NULL;8568 zval *fast_call = EX_VAR(opline->op1.var); variable8578 EG(exception) = Z_OBJ_P(fast_call);[all …]
6632 zend_loop_var fast_call; in zend_compile_try() local6639 fast_call.opcode = ZEND_FAST_CALL; in zend_compile_try()6640 fast_call.var_type = IS_TMP_VAR; in zend_compile_try()6641 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()6642 fast_call.try_catch_offset = try_catch_offset; in zend_compile_try()6643 zend_stack_push(&CG(loop_var_stack), &fast_call); in zend_compile_try()
3200 Z_OBJ_P(fast_call) = EG(exception); in zend_dispatch_try_catch_finally_helper_SPEC()3217 if (Z_OBJ_P(fast_call)) { in zend_dispatch_try_catch_finally_helper_SPEC()3221 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_dispatch_try_catch_finally_helper_SPEC()3373 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER() local3385 if (Z_OBJ_P(fast_call) != NULL) { in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()3387 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()3388 Z_OBJ_P(fast_call) = NULL; in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()3399 Z_OBJ_P(fast_call) = NULL; in ZEND_FAST_CALL_SPEC_HANDLER()3408 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_FAST_RET_SPEC_HANDLER() local3418 EG(exception) = Z_OBJ_P(fast_call); in ZEND_FAST_RET_SPEC_HANDLER()[all …]
Completed in 175 milliseconds