Home
last modified time | relevance | path

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

/PHP-7.1/ext/com_dotnet/
H A Dcom_com.c508 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref()
517 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref()
564 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref()
H A Dcom_handlers.c307 f.arg_info[i].pass_by_reference = ZEND_SEND_BY_REF; in com_method_get()
/PHP-7.1/Zend/
H A Dzend_closures.c532 arg_info->pass_by_reference ? "&" : "", in zend_closure_get_debug_info()
536 arg_info->pass_by_reference ? "&" : "", in zend_closure_get_debug_info()
541 arg_info->pass_by_reference ? "&" : "", in zend_closure_get_debug_info()
H A Dzend_compile.h324 zend_uchar pass_by_reference; member
334 zend_uchar pass_by_reference; member
920 return UNEXPECTED((zf->common.arg_info[arg_num].pass_by_reference & mask) != 0); in zend_check_arg_send_type()
H A Dzend_inheritance.c352 if (fe_arg_info->pass_by_reference != proto_arg_info->pass_by_reference) { in zend_do_perform_implementation_check()
462 if (arg_info->pass_by_reference) { in zend_get_function_declaration()
H A Dzend_compile.c5045 ZEND_SET_ARG_FLAG(func, i + 1, func->common.arg_info[i].pass_by_reference); in zend_set_function_arg_flags()
5048 …XPECTED(func->common.fn_flags & ZEND_ACC_VARIADIC && func->common.arg_info[i].pass_by_reference)) { in zend_set_function_arg_flags()
5049 uint32_t pass_by_reference = func->common.arg_info[i].pass_by_reference; in zend_set_function_arg_flags() local
5051 ZEND_SET_ARG_FLAG(func, i + 1, pass_by_reference); in zend_set_function_arg_flags()
5102 arg_infos->pass_by_reference = (op_array->fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0; in zend_compile_params()
5190 arg_info->pass_by_reference = is_ref; in zend_compile_params()
/PHP-7.1/ext/opcache/Optimizer/
H A Doptimize_func_calls.c116 if (func->op_array.arg_info[i].pass_by_reference) { in zend_try_inline_call()
H A Dzend_inference.c2780 if (arg_info->pass_by_reference) { in zend_update_type_info()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c726 if (arg_info->pass_by_reference) { in _parameter_string()
2825 RETVAL_BOOL(param->arg_info->pass_by_reference); in ZEND_METHOD()
2842 RETVAL_BOOL(param->arg_info->pass_by_reference != ZEND_SEND_BY_REF); in ZEND_METHOD()

Completed in 89 milliseconds