com php-src: Fix reflection test after flag removal: ext/reflection/tests/ReflectionMethod_getModifiers_basic. phpt

[email protected] (Nikita Popov)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    0710eee043721cc0a6c36e40cbc19b5dc40933e6
Author:    Nikita Popov <[email protected]>         Sat, 22 Apr 2017 16:31:28 +0200
Parents:   b6a4aad82049c680ac5c224f675b5ffd44c642e5
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=0710eee043721cc0a6c36e40cbc19b5dc40933e6

Log:
Fix reflection test after flag removal

Reflection is leaking internal flags...

Changed paths:
  M  ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt


Diff:
diff --git a/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt b/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt
index 72baa53..3420755 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():
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.