Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107552 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 60431 invoked from network); 16 Oct 2019 04:54:27 -0000 Received: from unknown (HELO localhost.localdomain) (76.75.200.58) by pb1.pair.com with SMTP; 16 Oct 2019 04:54:27 -0000 To: internals@lists.php.net References: Date: Wed, 16 Oct 2019 03:38:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Posted-By: 94.12.0.100 Subject: Re: Inline switch as alternative to nested inline conditional From: marandall@php.net (Mark Randall) Message-ID: On 16/10/2019 02:46, David Rodrigues wrote: > Hello. I like to suggests a discussion about a FR to make possible to > inline switch, as an alternative to nested inline conditionals. ```