Saturday, July 11, 2026
updated hourly · four languages, one press

php-net.pro · the dev news broadsheet

The Dev Dispatch

PHP · RFC Watch

[RFC] Pipe Assignment Operator

The RFC proposes a compound assignment form of the pipe operator: $x |>= callable becomes shorthand for $x = $x |> callable. Chaining is supported. An implementation including tests has been submitted as a pull request against php-src, and discussion is open on the internals list.

Read the original source ↗

AI-generated summary (Georg) · editorially responsible: J. Fuchs · How we use AI

← back to the front page