Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79407 invoked from network); 26 Feb 2018 12:44:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2018 12:44:13 -0000 Authentication-Results: pb1.pair.com header.from=marijic.silvio@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marijic.silvio@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.181 as permitted sender) X-PHP-List-Original-Sender: marijic.silvio@gmail.com X-Host-Fingerprint: 209.85.216.181 mail-qt0-f181.google.com Received: from [209.85.216.181] ([209.85.216.181:32827] helo=mail-qt0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/71-60937-B11049A5 for ; Mon, 26 Feb 2018 07:44:11 -0500 Received: by mail-qt0-f181.google.com with SMTP id a23so6203389qtn.0 for ; Mon, 26 Feb 2018 04:44:11 -0800 (PST) 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=S0Mejne3BD4z7liMF9OIG/dE/6RstrPA9dsSu4IShsU=; b=sAfFGCiLH1Q6JUwlutZvw7HyH67MuT01Tp8wUzlonDJGLjk/uviY4+kY88JL7fNpoU yYJgKUis4mOe3XfN6PhDNinvmMgIF94AwKYQc8nxgRBixjScgjJrBOIj2px+q5qn7uTL 7d3gdfNNRurNrPzMjwSrbo3XiSXXwhMnykSovo1bpPvFWR4RdCcyJfipDfW5YfWfOq3q BETR3sQjscRBWEZtp+UgaRNjTMSeg3U3rWT5jafl+5x3ospZT2HB3bFESiJ3ikfrAuIx QHUnREkf1M4nj4ePlZLxT7N46lKS0gZRoRawMkuU+psnfqFGGmYN/xCFsavNZKtsbRP7 364A== 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=S0Mejne3BD4z7liMF9OIG/dE/6RstrPA9dsSu4IShsU=; b=rVIn3/B45vWn+NtN5Es53oHMUAqqgalzuW6lQbgiYNkTV1ALQnasxEqVUlcvUUf+7c 3URZE1BCMxfKTMIAanJ5h+wYP71z6oO6B7FtNpg6xhG4pHMWgbRXJp4pPlvf+WoqgcfH tGeqTbvrBLTasW/rYNlTE86fK/Yjd/9NkbmWmWQI/G1DM35K3AUxZA8Jc6ZadPTFa3yF g9BgazpMjH0b4Mk4tH8wbPSL2aHNwuYdXgBqf8BVmT7s/ZwOyS0j8AvPJc5+ifjKshqS pYUOCJRTuAnVpP2MRhfavlqwTVHR9yz2zFs43I7C3xoCVfdaD7sxx7gSP5uC6LPJrWe8 kzvw== X-Gm-Message-State: APf1xPDUVt5a5B+BV2AuR/jg2EFnUlBPdomd9sgsT83ossihHhN10ayu qcGjnix6Ri18DrqgFFjMI35BiKWydJBqwD2cLFs= X-Google-Smtp-Source: AG47ELsGamenooHWmNPq/kntnxFGKs7qtgBr/1WmTLQ8HMl9ErpUGMk8+pBaN49zZIwEjmlumgzbhoL0qhhASOJnywI= X-Received: by 10.237.43.39 with SMTP id p36mr17969771qtd.41.1519649048862; Mon, 26 Feb 2018 04:44:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.33.133 with HTTP; Mon, 26 Feb 2018 04:44:08 -0800 (PST) Received: by 10.140.33.133 with HTTP; Mon, 26 Feb 2018 04:44:08 -0800 (PST) In-Reply-To: References: Date: Mon, 26 Feb 2018 13:44:08 +0100 Message-ID: To: Crocodile Cc: Paul Jones , Dan Ackroyd , PHP Internals List Content-Type: multipart/alternative; boundary="94eb2c0566c4bda5bb05661cdd18" Subject: Re: [PHP-DEV][RFC][DISCUSSION] Immutability From: marijic.silvio@gmail.com (=?UTF-8?Q?Silvio_Mariji=C4=87?=) --94eb2c0566c4bda5bb05661cdd18 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Yes, I've also took that into consideration when choosing keyword. On Feb 26, 2018 11:35 AM, "Crocodile" wrote: > Is "value" or "immutable" going to become a new reserved word? Ain't we > going to have some BC breaks because of that? If so, then "value" is goin= g > to bring more BC breaks then "immutable". > > On Sun, Feb 25, 2018 at 8:02 PM Paul Jones wrote: > >> >> >> > On Feb 25, 2018, at 12:59, Silvio Mariji=C4=87 >> wrote: >> > >> > Here is link to tweet https://twitter.com/SilvioMarijic/status/ >> 965564630071300096 >> >> After having read that, I think "immutable" is still perfectly reasonabl= e. >> >> >> -- >> Paul M. Jones >> pmjones@pmjones.io >> http://paul-m-jones.com >> >> Modernizing Legacy Applications in PHP >> https://leanpub.com/mlaphp >> >> Solving the N+1 Problem in PHP >> https://leanpub.com/sn1php >> >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> -- > Best regards, > Victor Bolshov > --94eb2c0566c4bda5bb05661cdd18--