diff options
| author | Xinchen Hui <laruence@gmail.com> | 2014-03-02 15:47:08 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@gmail.com> | 2014-03-02 15:47:08 +0800 |
| commit | 5a9e8a5e26d892c95e5bc0e56ec3241fd312a40f (patch) | |
| tree | b85decbb2244a958dda2c0df77de17d5590c11ee /ext/reflection/tests/ReflectionClass_getMethods_001.phpt | |
| parent | 8d2c1f58a16c4343204cc828bae6291c1064d565 (diff) | |
| download | php-git-5a9e8a5e26d892c95e5bc0e56ec3241fd312a40f.tar.gz | |
Not reference anymore
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"]=> |
