Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_generators.c218 zval *fast_call = in zend_generator_dtor_storage() local
222 Z_OBJ_P(fast_call) = EG(exception); in zend_generator_dtor_storage()
224 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in zend_generator_dtor_storage()
234 zval *fast_call = in zend_generator_dtor_storage() local
237 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t) -1) { in zend_generator_dtor_storage()
238 zend_op *retval_op = &ex->func->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)]; in zend_generator_dtor_storage()
244 if (Z_OBJ_P(fast_call)) { in zend_generator_dtor_storage()
245 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_generator_dtor_storage()
H A Dzend_vm_def.h7476 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()
7493 if (Z_OBJ_P(fast_call)) { in ZEND_VM_HELPER()
7497 EG(exception) = Z_OBJ_P(fast_call); in ZEND_VM_HELPER()
7499 ex = Z_OBJ_P(fast_call); in ZEND_VM_HELPER()
7950 zval *fast_call = EX_VAR(opline->op1.var); variable
7962 if (Z_OBJ_P(fast_call) != NULL) {
7964 OBJ_RELEASE(Z_OBJ_P(fast_call));
7965 Z_OBJ_P(fast_call) = NULL;
7976 Z_OBJ_P(fast_call) = NULL;
7995 EG(exception) = Z_OBJ_P(fast_call);
[all …]
H A Dzend_compile.c4983 zend_loop_var fast_call; in zend_compile_try() local
4990 fast_call.opcode = ZEND_FAST_CALL; in zend_compile_try()
4991 fast_call.var_type = IS_TMP_VAR; in zend_compile_try()
4992 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()
4993 fast_call.try_catch_offset = try_catch_offset; in zend_compile_try()
4994 zend_stack_push(&CG(loop_var_stack), &fast_call); in zend_compile_try()
H A Dzend_vm_execute.h2549 Z_OBJ_P(fast_call) = EG(exception); in zend_dispatch_try_catch_finally_helper_SPEC()
2566 if (Z_OBJ_P(fast_call)) { in zend_dispatch_try_catch_finally_helper_SPEC()
2570 EG(exception) = Z_OBJ_P(fast_call); in zend_dispatch_try_catch_finally_helper_SPEC()
2572 ex = Z_OBJ_P(fast_call); in zend_dispatch_try_catch_finally_helper_SPEC()
2691 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER() local
2703 if (Z_OBJ_P(fast_call) != NULL) { in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
2705 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
2706 Z_OBJ_P(fast_call) = NULL; in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
2717 Z_OBJ_P(fast_call) = NULL; in ZEND_FAST_CALL_SPEC_HANDLER()
2736 EG(exception) = Z_OBJ_P(fast_call); in ZEND_FAST_RET_SPEC_HANDLER()
[all …]

Completed in 204 milliseconds