diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt b/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt index 72baa53fda..55aea10763 100644 --- a/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt @@ -87,156 +87,156 @@ printf("0x%08x\n", $a->getModifiers()); ?> --EXPECTF-- Modifiers for method TestClass::foo(): -0x08010100 +0x00000100 Modifiers for method TestClass::stat(): -0x08000101 +0x00000101 Modifiers for method TestClass::priv(): -0x08010400 +0x00000400 Modifiers for method TestClass::prot(): -0x08010200 +0x00000200 Modifiers for method TestClass::fin(): -0x08010104 +0x00000104 Modifiers for method TestClass::__destruct(): -0x08004100 +0x00000100 Modifiers for method TestClass::__call(): -0x08000100 +0x00000100 Modifiers for method TestClass::__clone(): -0x08008100 +0x00000100 Modifiers for method TestClass::__get(): -0x08000100 +0x00000100 Modifiers for method TestClass::__set(): -0x08000100 +0x00000100 Modifiers for method TestClass::__unset(): -0x08000100 +0x00000100 Modifiers for method TestClass::__isset(): -0x08000100 +0x00000100 Modifiers for method TestClass::__tostring(): -0x08000100 +0x00000100 Modifiers for method TestClass::__sleep(): -0x08010100 +0x00000100 Modifiers for method TestClass::__wakeup(): -0x08010100 +0x00000100 Modifiers for method TestClass::__set_state(): -0x08010100 +0x00000100 Modifiers for method TestClass::__autoload(): -0x08010100 +0x00000100 Modifiers for method TestClass::foo(): -0x08010100 +0x00000100 Modifiers for method TestClass::stat(): -0x08000101 +0x00000101 Modifiers for method TestClass::priv(): -0x08010400 +0x00000400 Modifiers for method TestClass::prot(): -0x08010200 +0x00000200 Modifiers for method TestClass::fin(): -0x08010104 +0x00000104 Modifiers for method TestClass::__destruct(): -0x08004100 +0x00000100 Modifiers for method TestClass::__call(): -0x08000100 +0x00000100 Modifiers for method TestClass::__clone(): -0x08008100 +0x00000100 Modifiers for method TestClass::__get(): -0x08000100 +0x00000100 Modifiers for method TestClass::__set(): -0x08000100 +0x00000100 Modifiers for method TestClass::__unset(): -0x08000100 +0x00000100 Modifiers for method TestClass::__isset(): -0x08000100 +0x00000100 Modifiers for method TestClass::__tostring(): -0x08000100 +0x00000100 Modifiers for method TestClass::__sleep(): -0x08010100 +0x00000100 Modifiers for method TestClass::__wakeup(): -0x08010100 +0x00000100 Modifiers for method TestClass::__set_state(): -0x08010100 +0x00000100 Modifiers for method TestClass::__autoload(): -0x08010100 +0x00000100 Modifiers for method TestInterface::int(): -0x08000102 +0x00000102 Modifiers for method TestInterface::__clone(): -0x08000102 +0x00000102 Modifiers for method AbstractClass::foo(): -0x08010102 +0x00000102 Wrong number of params: -Warning: ReflectionMethod::getModifiers() expects exactly 0 parameters, 1 given in %sReflectionMethod_getModifiers_basic.php on line %d +Warning: ReflectionMethod::getModifiers() expects exactly 0 parameters, 1 given in %s on line %d ReflectionMethod::getModifiers() modifiers: 0x00000100 |