Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_closures.c452 arg_info->pass_by_reference ? "&" : "", in zend_closure_get_debug_info()
456 arg_info->pass_by_reference ? "&" : "", in zend_closure_get_debug_info()
461 arg_info->pass_by_reference ? "&" : "", in zend_closure_get_debug_info()
H A Dzend_compile.h304 zend_uchar pass_by_reference; member
314 zend_uchar pass_by_reference; member
904 return UNEXPECTED((zf->common.arg_info[arg_num].pass_by_reference & mask) != 0); in zend_check_arg_send_type()
H A Dzend_inheritance.c331 if (fe_arg_info->pass_by_reference != proto_arg_info->pass_by_reference) { in zend_do_perform_implementation_check()
423 if (arg_info->pass_by_reference) { in zend_get_function_declaration()
H A Dzend_compile.c4445 ZEND_SET_ARG_FLAG(func, i + 1, func->common.arg_info[i].pass_by_reference); in zend_set_function_arg_flags()
4448 …XPECTED(func->common.fn_flags & ZEND_ACC_VARIADIC && func->common.arg_info[i].pass_by_reference)) { in zend_set_function_arg_flags()
4449 uint32_t pass_by_reference = func->common.arg_info[i].pass_by_reference; in zend_set_function_arg_flags() local
4451 ZEND_SET_ARG_FLAG(func, i + 1, pass_by_reference); in zend_set_function_arg_flags()
4502 arg_infos->pass_by_reference = (op_array->fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0; in zend_compile_params()
4585 arg_info->pass_by_reference = is_ref; in zend_compile_params()
/PHP-7.0/ext/com_dotnet/
H A Dcom_com.c506 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref()
515 if (f->arg_info[nargs - i - 1].pass_by_reference) { in php_com_do_invoke_byref()
562 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.0/ext/reflection/
H A Dphp_reflection.c698 if (arg_info->pass_by_reference) { in _parameter_string()
2783 RETVAL_BOOL(param->arg_info->pass_by_reference); in ZEND_METHOD()
2800 RETVAL_BOOL(param->arg_info->pass_by_reference != ZEND_SEND_BY_REF); in ZEND_METHOD()

Completed in 72 milliseconds