Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_generators.c278 zval *fast_call = in zend_generator_dtor_storage() local
285 Z_OBJ_P(fast_call) = NULL; in zend_generator_dtor_storage()
286 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in zend_generator_dtor_storage()
305 zval *fast_call = in zend_generator_dtor_storage() local
308 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t) -1) { in zend_generator_dtor_storage()
309 zend_op *retval_op = &ex->func->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)]; in zend_generator_dtor_storage()
315 if (Z_OBJ_P(fast_call)) { in zend_generator_dtor_storage()
316 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_generator_dtor_storage()
H A Dzend_vm_def.h7815 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()
7817 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in ZEND_VM_HELPER()
7832 if (Z_OBJ_P(fast_call)) { in ZEND_VM_HELPER()
8280 zval *fast_call = EX_VAR(opline->op1.var); variable
8292 if (Z_OBJ_P(fast_call) != NULL) {
8294 OBJ_RELEASE(Z_OBJ_P(fast_call));
8295 Z_OBJ_P(fast_call) = NULL;
8306 Z_OBJ_P(fast_call) = NULL;
8315 zval *fast_call = EX_VAR(opline->op1.var); variable
8325 EG(exception) = Z_OBJ_P(fast_call);
[all …]
H A Dzend_compile.c5931 zend_loop_var fast_call; in zend_compile_try() local
5938 fast_call.opcode = ZEND_FAST_CALL; in zend_compile_try()
5939 fast_call.var_type = IS_TMP_VAR; in zend_compile_try()
5940 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()
5941 fast_call.try_catch_offset = try_catch_offset; in zend_compile_try()
5942 zend_stack_push(&CG(loop_var_stack), &fast_call); in zend_compile_try()
H A Dzend_vm_execute.h3030 Z_OBJ_P(fast_call) = EG(exception); in zend_dispatch_try_catch_finally_helper_SPEC()
3032 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in zend_dispatch_try_catch_finally_helper_SPEC()
3047 if (Z_OBJ_P(fast_call)) { in zend_dispatch_try_catch_finally_helper_SPEC()
3190 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER() local
3202 if (Z_OBJ_P(fast_call) != NULL) { in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3204 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3205 Z_OBJ_P(fast_call) = NULL; in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3216 Z_OBJ_P(fast_call) = NULL; in ZEND_FAST_CALL_SPEC_HANDLER()
3225 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_FAST_RET_SPEC_HANDLER() local
3235 EG(exception) = Z_OBJ_P(fast_call); in ZEND_FAST_RET_SPEC_HANDLER()
[all …]

Completed in 172 milliseconds