Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_generators.c329 zval *fast_call = in zend_generator_dtor_storage() local
336 Z_OBJ_P(fast_call) = NULL; in zend_generator_dtor_storage()
337 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in zend_generator_dtor_storage()
356 zval *fast_call = in zend_generator_dtor_storage() local
359 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t) -1) { in zend_generator_dtor_storage()
360 zend_op *retval_op = &ex->func->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)]; in zend_generator_dtor_storage()
366 if (Z_OBJ_P(fast_call)) { in zend_generator_dtor_storage()
367 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_generator_dtor_storage()
H A Dzend_vm_def.h7970 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()
7987 if (Z_OBJ_P(fast_call)) { in ZEND_VM_HELPER()
7991 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8446 zval *fast_call = EX_VAR(opline->op1.var); variable
8458 if (Z_OBJ_P(fast_call) != NULL) {
8460 OBJ_RELEASE(Z_OBJ_P(fast_call));
8461 Z_OBJ_P(fast_call) = NULL;
8472 Z_OBJ_P(fast_call) = NULL;
8481 zval *fast_call = EX_VAR(opline->op1.var); variable
8491 EG(exception) = Z_OBJ_P(fast_call);
[all …]
H A Dzend_compile.c6119 zend_loop_var fast_call; in zend_compile_try() local
6126 fast_call.opcode = ZEND_FAST_CALL; in zend_compile_try()
6127 fast_call.var_type = IS_TMP_VAR; in zend_compile_try()
6128 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()
6129 fast_call.try_catch_offset = try_catch_offset; in zend_compile_try()
6130 zend_stack_push(&CG(loop_var_stack), &fast_call); in zend_compile_try()
H A Dzend_vm_execute.h3156 Z_OBJ_P(fast_call) = EG(exception); in zend_dispatch_try_catch_finally_helper_SPEC()
3173 if (Z_OBJ_P(fast_call)) { in zend_dispatch_try_catch_finally_helper_SPEC()
3177 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_dispatch_try_catch_finally_helper_SPEC()
3327 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER() local
3339 if (Z_OBJ_P(fast_call) != NULL) { in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3341 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3342 Z_OBJ_P(fast_call) = NULL; in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3353 Z_OBJ_P(fast_call) = NULL; in ZEND_FAST_CALL_SPEC_HANDLER()
3362 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_FAST_RET_SPEC_HANDLER() local
3372 EG(exception) = Z_OBJ_P(fast_call); in ZEND_FAST_RET_SPEC_HANDLER()
[all …]

Completed in 226 milliseconds