MacMusic  |  PcMusic  |  440 Software  |  440 Forums  |  440TV  |  Zicos
php
Search

PHP 8.5.0 released

Friday November 21, 2025. 04:47 PM , from LWN.net
Version
8.5.0 of the PHP language has been released. Changes include a new
'|>' operator that, for some reason, makes these two lines
equivalent:

$result = strlen('Hello world');
$result = 'Hello world' |> strlen(...);

Other changes include a new function attribute, '#[NoDiscard]' to
indicate that the return value should be used, attributes on constants, and
more; see the
migration guide for details.
https://lwn.net/Articles/1047429/
News copyright owned by their original publishers | Copyright © 2004 - 2025 Zicos / 440Network
Current Date
Nov, Fri 21 - 17:37 CET