From: Nikita Popov Date: Sat, 22 Apr 2017 14:31:28 +0000 (+0200) Subject: Fix reflection test after flag removal X-Git-Tag: php-7.2.0alpha1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0710eee043721cc0a6c36e40cbc19b5dc40933e6;p=php Fix reflection test after flag removal Reflection is leaking internal flags... --- diff --git a/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt b/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt index 72baa53fda..3420755064 100644 --- a/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt @@ -115,7 +115,7 @@ Modifiers for method TestClass::__call(): Modifiers for method TestClass::__clone(): -0x08008100 +0x08000100 Modifiers for method TestClass::__get(): @@ -183,7 +183,7 @@ Modifiers for method TestClass::__call(): Modifiers for method TestClass::__clone(): -0x08008100 +0x08000100 Modifiers for method TestClass::__get():