Home
last modified time | relevance | path

Searched refs:fast_call (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_generators.c308 zval *fast_call = in zend_generator_dtor_storage() local
315 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() local
339 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()
H A Dzend_vm_def.h8045 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()
8062 if (Z_OBJ_P(fast_call)) { in ZEND_VM_HELPER()
8066 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8515 zval *fast_call = EX_VAR(opline->op1.var); variable
8527 if (Z_OBJ_P(fast_call) != NULL) {
8529 OBJ_RELEASE(Z_OBJ_P(fast_call));
8530 Z_OBJ_P(fast_call) = NULL;
8541 Z_OBJ_P(fast_call) = NULL;
8550 zval *fast_call = EX_VAR(opline->op1.var); variable
8560 EG(exception) = Z_OBJ_P(fast_call);
[all …]
H A Dzend_compile.c6636 zend_loop_var fast_call; in zend_compile_try() local
6643 fast_call.opcode = ZEND_FAST_CALL; in zend_compile_try()
6644 fast_call.var_type = IS_TMP_VAR; in zend_compile_try()
6645 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()
6646 fast_call.try_catch_offset = try_catch_offset; in zend_compile_try()
6647 zend_stack_push(&CG(loop_var_stack), &fast_call); in zend_compile_try()
H A Dzend_vm_execute.h3189 Z_OBJ_P(fast_call) = EG(exception); in zend_dispatch_try_catch_finally_helper_SPEC()
3206 if (Z_OBJ_P(fast_call)) { in zend_dispatch_try_catch_finally_helper_SPEC()
3210 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_dispatch_try_catch_finally_helper_SPEC()
3362 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER() local
3374 if (Z_OBJ_P(fast_call) != NULL) { in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3376 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3377 Z_OBJ_P(fast_call) = NULL; in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3388 Z_OBJ_P(fast_call) = NULL; in ZEND_FAST_CALL_SPEC_HANDLER()
3397 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_FAST_RET_SPEC_HANDLER() local
3407 EG(exception) = Z_OBJ_P(fast_call); in ZEND_FAST_RET_SPEC_HANDLER()
[all …]

Completed in 318 milliseconds