From: Nikita Popov Date: Wed, 4 Nov 2020 11:30:41 +0000 (+0100) Subject: Don't xfail method_static_var.phpt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57b0e5a0455e621bec7acfbf57fb3da8776d1465;p=php Don't xfail method_static_var.phpt Let's test the current behavior here. It might not be right, but it's long-standing behavior. Nearly missed an assertion failure here because the test was XFAILed... --- diff --git a/Zend/tests/method_static_var.phpt b/Zend/tests/method_static_var.phpt index b419647517..06574732d7 100644 --- a/Zend/tests/method_static_var.phpt +++ b/Zend/tests/method_static_var.phpt @@ -1,31 +1,26 @@ --TEST-- Initial value of static var in method depends on the include time of the class definition ---XFAIL-- -Maybe not a bug --FILE-- --EXPECT-- int(1) int(2) -int(1) int(2) +int(3)