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
commit ec9a606e5d
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

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}