On Thursday, July 9th, 2026 at 23:45, Caleb White <[email protected]> wrote:
> Hi internals, 
> I'd like to open discussion on my (first!) RFC for the pipe assignment 
> operator (|>=):
> https://wiki.php.net/rfc/pipe_assignment_operator
> 
> It adds a compound assignment form of the pipe operator, so that
> $x |>= callable is shorthand for $x = $x |> callable, with
> support for chaining. Implementation with tests is at:
> https://github.com/php/php-src/pull/22633
> 
> Looking forward to your feedback.
> 
> Thanks!
> Caleb

Hi folks,

The discussion started 2026-07-09, last minor change was 2026-07-21 04:21 UTC;
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

Reply via email to