[PHP-DEV] Re: [RFC] Pipe Assignment Operator
[email protected] (Caleb White) Thu, 23 Jul 2026 11:24:09 +0000
| Newsgroups | php.internals |
|---|---|
| Message-ID | <Vdgkx1ErE6pWjfvgJuRkEiYfn6mQwSZAmqz2865g80UjVa7xYRPc0XmK9r6ia8iopq8GsCaIOtzJEF1d6-jm4fG8r665ayqNIMWURtA6Lkg=@pm.me> |
On Thursday, July 9th, 2026 at 23:45, Caleb White <[email protected]> wrote: > Hi internals,=20 > I'd like to open discussion on my (first!) RFC for the pipe assignment op= erator (|>=3D): > https://wiki.php.net/rfc/pipe_assignment_operator >=20 > It adds a compound assignment form of the pipe operator, so that > $x |>=3D callable is shorthand for $x =3D $x |> callable, with > support for chaining. Implementation with tests is at: > https://github.com/php/php-src/pull/22633 >=20 > Looking forward to your feedback. >=20 > Thanks! > Caleb Hi folks, The discussion started 2026-07-09, last minor change was 2026-07-21 04:21 U= TC; therefore, the 7-day cooldown expires at 2026-07-28 04:21 UTC. I intend to open voting on the Pipe Assignment Operator RFC on 2026-07-28 at ~04:30 UTC. Thanks to everyone who provided feedback during discussion. Best, Caleb