From ff95138e38d1182932c36354c1ba6d175567ff45 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:33:14 +0100 Subject: [PATCH] Fix test expectation for PHP 8.3+ --- ext/zend_test/tests/gh16908.phpt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/zend_test/tests/gh16908.phpt b/ext/zend_test/tests/gh16908.phpt index 670cfa579a8..becb2775c7e 100644 --- a/ext/zend_test/tests/gh16908.phpt +++ b/ext/zend_test/tests/gh16908.phpt @@ -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}