Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130004 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 4AB6B1A00BC for ; Wed, 4 Feb 2026 09:51:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1770198673; bh=B92Bq4xYKTqmTviLOaLNgEIigf7BIHx4+r25LbyBwDI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JoSGO3Mhy1HpBfIKBqvsTlJ8azwSMVgBoKX2yOtNu247QDalnzUTz0YU3NHGsDrXa kRtx814PINCbAaBkmFxV02jG2xNVBrYvA+ZoU512sbcOECCC1p4iivvhSg02QVNzAm 3FMVIcoCrUCg7kA6amY1nfzhs2GFu4pJWroMB1zPcZYVXGPzJyL+dQOACB5f3MYtbn XXr0Mqv5yqnnbrz8ut1VlIEKncHd6EsxQ3a/nLP9JiL3u5uPLobfCCokeyyFcGftHn Nv49omP6/39yQ2snDoscn5FbQnpE6pzM4/98M1iLhNhqrqsdCbfctUxjEys+MV7Y1Q 7cI2Fal8mCUYg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A01B0180084 for ; Wed, 4 Feb 2026 09:51:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 4 Feb 2026 09:51:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1770198662; bh=KFNPTS21IgEIRLocToRQ+AQOhHxjWY2h/iiE9brGRYE=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=dANKu5xP6ie62U/ACNs+DuXSTD8kTYJl+E2hqRDYsrnsLEttIoYL1jItdlhwdoLR3 eP8ead+x/6w3h5y50kHiHiFn5cm2qy+XdUglniNTDbyelBgTFynkKgcQnN8r0jmJvs zP7RNWuYc5imb+W5RYvzO3csLB2XwMOrEk7eEwYryy5b+QU2CRC3bX5tbBB9BObCJ3 zjzpePRNOSDCs6MM4Rt7CgJcR+7M/PUM3SVPWbpSuRm1B9qpdl5kZj5fInu+8YdFlA 4/70fprZyRQx7ncnfUGjR0uq2XH+RZii2h7UThKAs5rCDTCyZM0R/5/WaKLzT2xfOJ ENayJDQCf4PmA== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 04 Feb 2026 10:51:02 +0100 To: Len Woodward Cc: internals@lists.php.net Subject: Re: [PHP-DEV] [RFC] Trailing Boolean Operators In-Reply-To: References: Message-ID: <1755139ecb7abbce65551a0f34061558@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2026-02-03 20:05, schrieb Len Woodward: > If the link doesn't work, here's the raw url: > https://wiki.php.net/rfc/trailing_boolean_operators Thank you for the RFC. I second Ayesh's remark with how well-written the RFC is. I have one minor housekeeping note: The Status in the RFC itself is still set to “Draft”. With regard to the “Trailing-Operator Style is Established” section, I'd like to note that the latest edition of the “Code Style published by PHP FIG” is the PER Coding Style 3.0 which requires the boolean operators at the start of the line: https://www.php-fig.org/per/coding-style/#51-if-elseif-else Other than that, I share the concerns that have already been voiced in this thread and thus won't repeat them. Best regards Tim Düsterhus