Home
last modified time | relevance | path

Searched refs:pass_by_reference (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c512 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref()
521 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref()
568 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref()
H A Dcom_handlers.c330 f.arg_info[i].pass_by_reference = ZEND_SEND_BY_REF; in com_method_get()
/PHP-7.4/Zend/
H A Dzend_compile.h390 zend_uchar pass_by_reference; member
398 zend_uchar pass_by_reference; member
954 return UNEXPECTED((zf->common.arg_info[arg_num].pass_by_reference & mask) != 0); in zend_check_arg_send_type()
H A Dzend_closures.c578 arg_info->pass_by_reference ? "&" : "", in zend_closure_get_debug_info()
582 arg_info->pass_by_reference ? "&" : "", in zend_closure_get_debug_info()
587 arg_info->pass_by_reference ? "&" : "", in zend_closure_get_debug_info()
H A Dzend_inheritance.c498 if (fe_arg_info->pass_by_reference != proto_arg_info->pass_by_reference) { in zend_do_perform_implementation_check()
592 if (arg_info->pass_by_reference) { in zend_get_function_declaration()
H A Dzend_compile.c5285 ZEND_SET_ARG_FLAG(func, i + 1, func->common.arg_info[i].pass_by_reference); in zend_set_function_arg_flags()
5288 …XPECTED(func->common.fn_flags & ZEND_ACC_VARIADIC && func->common.arg_info[i].pass_by_reference)) { in zend_set_function_arg_flags()
5289 uint32_t pass_by_reference = func->common.arg_info[i].pass_by_reference; in zend_set_function_arg_flags() local
5291 ZEND_SET_ARG_FLAG(func, i + 1, pass_by_reference); in zend_set_function_arg_flags()
5352 arg_infos->pass_by_reference = (op_array->fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0; in zend_compile_params()
5427 arg_info->pass_by_reference = is_ref; in zend_compile_params()
/PHP-7.4/ext/opcache/Optimizer/
H A Doptimize_func_calls.c125 if (func->op_array.arg_info[i].pass_by_reference) { in zend_try_inline_call()
H A Dzend_inference.c3150 if (arg_info->pass_by_reference) { in zend_update_type_info()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c612 if (arg_info->pass_by_reference) { in _parameter_string()
2659 RETVAL_BOOL(param->arg_info->pass_by_reference); in ZEND_METHOD()
2676 RETVAL_BOOL(param->arg_info->pass_by_reference != ZEND_SEND_BY_REF); in ZEND_METHOD()

Completed in 96 milliseconds