Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102128 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94586 invoked from network); 25 May 2018 10:34:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2018 10:34:50 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.170 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-io0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:35431] helo=mail-io0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/E7-27834-9C6E70B5 for ; Fri, 25 May 2018 06:34:50 -0400 Received: by mail-io0-f170.google.com with SMTP id g1-v6so5861412iob.2 for ; Fri, 25 May 2018 03:34:49 -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=uyX2SwQmDQ6vFxS/Dke1/u9LEPogWXfNonqLG1pX3nM=; b=BK83US4XB9PIemK7m8gig39HCIF19AerEiuW5zy8oDHHE0J10oltShbSHWtjasejcy OVTaowZmTGigVloiafxWL9OJhGcgf/58T1UZtsaB6uTWblzNaqbwsbPnBJnluWd/F0J7 tzNq0wqpKEWEaJ/5waOlO1Sn3OMhqVeCPTgpyTvb3es84L76oyjwY48ABbvfDhqO6hRM 7gy6IKo9MvnH8zpjXOzhTWhOzSf6dyPLWkSo66XDEgfftp56NN7aikyWTlMj+9bjqCwq C1w97PZUdfwIRUDJnKJKE9fc+5nd7C8OKnBdTeFtpzAH5MUJsqoZy8p49kLkWWnuvnno kJGw== 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=uyX2SwQmDQ6vFxS/Dke1/u9LEPogWXfNonqLG1pX3nM=; b=i7Lk3M06uuadRiNc6jas4ZY3tfxX3ptVRagsimnjL+Dv9uamKiH51NEkmcenQ2MAh0 AFiTGbBtTjRYD7ZxyxNbSa2jRQt3zKOWN0ACn7P/C3hSeq7IkvkFXIvnfW3aGLTH9QpY CAlM2AvAzKFHT0IJ4kxKU2yi1du9uWN/Cnp3Nc5QYq8c0g2ZuJLQhXaz6B9JMperd3ye /VT0KV1QcALqvcVBSKfF/hyOzsmkKkV9XJu0Up+Qvp2PlDsUzLqy8IfdA9ApUCjraocQ hFqHnOn+e63TjKOueK8G/jjI3RsnpoyTffSECTiob/Lsoo950YiwjPUko5DEGDNdFGAt EftA== X-Gm-Message-State: ALKqPwfW1COSJ1hKIhWHjWXa17WsjMzWxdmGq9oqhTtC5w2vmDjgpjbp g+WQORXfB82GuloPhhXkb/oG+gVH04yOLurcJis= X-Google-Smtp-Source: AB8JxZr4BaFY3TOfyKK6vDOUxIQZXeTu+qV8h5K3ye9R60qVEoDGEo79zYSl5kEhYz5nWek7EMXGaXyMkkT5Ir5826E= X-Received: by 2002:a6b:a784:: with SMTP id q126-v6mr1493709ioe.98.1527244487372; Fri, 25 May 2018 03:34:47 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bfc3:0:0:0:0:0 with HTTP; Fri, 25 May 2018 03:34:46 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 May 2018 12:34:46 +0200 Message-ID: To: Gabriel Caruso Cc: PHP Internals Content-Type: multipart/alternative; boundary="00000000000027b3a2056d0551f6" Subject: Re: [PHP-DEV] [RFC] Make compact function reports undefined passed variables From: nikita.ppv@gmail.com (Nikita Popov) --00000000000027b3a2056d0551f6 Content-Type: text/plain; charset="UTF-8" On Fri, May 25, 2018 at 4:17 AM, Gabriel Caruso wrote: > Hello Internals. > > > I'd like to announce my new RFC: https://wiki.php.net/rfc/compact. > > > This was already previously discussed (https://externals.io/message/102012 > ) > and now I have officially opened the RFC so we can discuss, improve and > vote it. > > > Thanks in advance, > -- > Gabriel Caruso > Sounds reasonable to me. An undefined variable in compact() is most likely a typo, not an intentional use of a conditionally defined variable. Nikita --00000000000027b3a2056d0551f6--