Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99320 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80530 invoked from network); 2 Jun 2017 13:22:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2017 13:22:02 -0000 Authentication-Results: pb1.pair.com header.from=krukowski.bartlomiej@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=krukowski.bartlomiej@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: krukowski.bartlomiej@gmail.com X-Host-Fingerprint: 209.85.220.182 mail-qk0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:36533] helo=mail-qk0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/86-12681-97661395 for ; Fri, 02 Jun 2017 09:22:01 -0400 Received: by mail-qk0-f182.google.com with SMTP id p66so42754869qkf.3 for ; Fri, 02 Jun 2017 06:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=3c9NWica7u+ecze0TTgPOYP0nbiwLpZPwJab3OiY+gQ=; b=e2RMxkxD32jTLJlZpzi3JgEMijlJO8lElaWldt4dW1snbxzLjEfP4vY76DAUQrx6tb QSIA0DmqvsRvuSAJymk9aNb3QBV+NxPjipK2JUqUT4tWdA0uPv1koQounJJQZkM/QOA8 BA6gmuF11bhiZPyu8k1bnIMqAKCquZDI8YKXJvwTaianWL2HbS2L21gInONOLKhXDByR /9qEUvjCUTktyeQDh+alNiBAnMaetgNDmfQs2u5w2KDC/rA2qA8ARPdRbM6+ZEx/CrG7 UOfMpuFY3RCxN6M5+3fnw0QYLJziGka24VTtrtgi2ni/mwR0/1RGOTbPgzEAahEEfxJq GeWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=3c9NWica7u+ecze0TTgPOYP0nbiwLpZPwJab3OiY+gQ=; b=VvqRLWGiCukryohURDEv3wpf9brgN0oVgRYIXLnhpEajCW3TZ3xKrdV/1XnD3qF25p nY1KgnTdspF68kbITgmUE5ijChExocFny5u3vopcL5Ri13NVUoKZ84S1iZj9v+mCC7wb nFILpgbhZqvI/8TDyiYjd7mqCbdbInvAAr9xXt+FEg0sXiDT+2bLDGMI65+w+UWWzqkF hcZb8QK+sSKN1GinZf82Ob3ilA6Xnzm49dl1f2WyuxrfoX/v1V9MXWaRJV7tESSHvfsU d4rCDyoobUYCGraaz5R+ORUBvcqLUq3r33P5fG+pWx0Wo/4CdKOTmcyMMilWTjMyXpYV azaw== X-Gm-Message-State: AODbwcAp+Zq52sMHR02RhKESLJTPB0LuUxxfWKsmCj3PcV2sJhdMXc5R xdfrtWH/vbboEDMRNnCTaylcR6iY6g== X-Received: by 10.55.19.33 with SMTP id d33mr7475999qkh.214.1496409718460; Fri, 02 Jun 2017 06:21:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.152.23 with HTTP; Fri, 2 Jun 2017 06:21:38 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Jun 2017 15:21:38 +0200 Message-ID: To: Dan Ackroyd Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary="001a1140104ab5159a0550fa0951" Subject: Re: [PHP-DEV] RFC proposal From: krukowski.bartlomiej@gmail.com (=?UTF-8?Q?Bart=C5=82omiej_Krukowski?=) --001a1140104ab5159a0550fa0951 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, PHP allows for using implicit references in arguments of function. In most common case we have to mark that variable is an reference in head of function, in other case we will receive fatal error (@see example - http://ideone.com/7zkgQQ ). There is an option to use variable as implicit reference (@see example - http://ideone.com/T6oF7C ), I think it should not be possible. Only explicit references should be allowed (except objects). Best regards 2017-06-02 14:19 GMT+02:00 Dan Ackroyd : > On 2 June 2017 at 12:14, Bart=C5=82omiej Krukowski > wrote: > > Hello, > > > > I've created an account just now on wiki.php.net. My username: > *bkrukowski*. > > I would like to create RFC about references in PHP. Could you please gi= ve > > me an access? > > > > From the RFC howto https://wiki.php.net/rfc/howto: > > "Email internals@lists.php.net to measure reaction to your intended > proposal. State who would implement the feature, or whether the > proposal is only a =E2=80=9Cconcept=E2=80=9D. Proceed with an RFC if feed= back is not > negative or if a detailed RFC will clarify the proposal. " > > Can you give a rough outline of the proposal ? > > cheers > Dan > --001a1140104ab5159a0550fa0951--