mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
commit
ec9a606e5d
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ $cls->foo()->x ??= 42;
|
||||||
--EXPECTF--
|
--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
|
||||||
|
|
||||||
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
|
Fatal error: Uncaught Error: Attempt to assign property "x" on null in %s:%d
|
||||||
Stack trace:
|
Stack trace:
|
||||||
#0 {main}
|
#0 {main}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue