From 6faeb9571d11b0e92efa94439262deb9cd19a69c Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 8 Jan 2023 18:04:10 +0100 Subject: [PATCH] Fix recently introduced gh10251.phpt As of PHP 8.2.0, creation of dynamic properties is deprecated, so we slap a `AllowDynamicProperties` attribute on the class. --- Zend/tests/gh10251.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/Zend/tests/gh10251.phpt b/Zend/tests/gh10251.phpt index eb942824802..da8d8767a36 100644 --- a/Zend/tests/gh10251.phpt +++ b/Zend/tests/gh10251.phpt @@ -2,6 +2,7 @@ GH-10251 (Assertion `(flag & (1<<3)) == 0' failed.) --FILE--