diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_getMethods_001.phpt')
| -rw-r--r-- | ext/reflection/tests/ReflectionClass_getMethods_001.phpt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/reflection/tests/ReflectionClass_getMethods_001.phpt b/ext/reflection/tests/ReflectionClass_getMethods_001.phpt index ce5c980c60..1e11dee2f3 100644 --- a/ext/reflection/tests/ReflectionClass_getMethods_001.phpt +++ b/ext/reflection/tests/ReflectionClass_getMethods_001.phpt @@ -39,14 +39,14 @@ foreach($classes as $class) { Reflecting on class pubf: array(2) { [0]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "f" [%u|b%"class"]=> %unicode|string%(4) "pubf" } [1]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "s" [%u|b%"class"]=> @@ -56,14 +56,14 @@ array(2) { Reflecting on class subpubf: array(2) { [0]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "f" [%u|b%"class"]=> %unicode|string%(4) "pubf" } [1]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "s" [%u|b%"class"]=> @@ -73,14 +73,14 @@ array(2) { Reflecting on class protf: array(2) { [0]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "f" [%u|b%"class"]=> %unicode|string%(5) "protf" } [1]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "s" [%u|b%"class"]=> @@ -90,14 +90,14 @@ array(2) { Reflecting on class subprotf: array(2) { [0]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "f" [%u|b%"class"]=> %unicode|string%(5) "protf" } [1]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "s" [%u|b%"class"]=> @@ -107,14 +107,14 @@ array(2) { Reflecting on class privf: array(2) { [0]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "f" [%u|b%"class"]=> %unicode|string%(5) "privf" } [1]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "s" [%u|b%"class"]=> @@ -124,14 +124,14 @@ array(2) { Reflecting on class subprivf: array(2) { [0]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "f" [%u|b%"class"]=> %unicode|string%(5) "privf" } [1]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { [%u|b%"name"]=> %unicode|string%(1) "s" [%u|b%"class"]=> |
