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

PHP 8.5.0 released

vendredi 21 novembre 2025, 16:47 , par 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
Date Actuelle
ven. 21 nov. - 17:49 CET