1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  Fix test expectation for PHP 8.3+
This commit is contained in:
Niels Dossche
2024-11-25 20:33:20 +01:00

View File

@@ -12,8 +12,6 @@ $cls->foo()->x ??= 42;
--EXPECTF--
Notice: Only variable references should be returned by reference in %s on line %d
Notice: Only variable references should be returned by reference in %s on line %d
Fatal error: Uncaught Error: Attempt to assign property "x" on null in %s:%d
Stack trace:
#0 {main}