Skip to content

Commit 4c189ae

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Fix test expectation for PHP 8.3+
2 parents aa05c82 + ec9a606 commit 4c189ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/zend_test/tests/gh16908.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ $cls->foo()->x ??= 42;
1212
--EXPECTF--
1313
Notice: Only variable references should be returned by reference in %s on line %d
1414

15-
Notice: Only variable references should be returned by reference in %s on line %d
16-
1715
Fatal error: Uncaught Error: Attempt to assign property "x" on null in %s:%d
1816
Stack trace:
1917
#0 {main}

0 commit comments

Comments
 (0)