diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2014-03-07 01:00:26 +0400 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2014-03-07 01:00:26 +0400 |
| commit | 6fd8d0d8f605bbdb77eead27d8b78d12a873855c (patch) | |
| tree | d7554bceaf189a75a986af02708505805a36432e | |
| parent | b146ed16073a5679bccb58a59fe9e605b3ef866a (diff) | |
| download | php-git-6fd8d0d8f605bbdb77eead27d8b78d12a873855c.tar.gz | |
Fixed test
| -rw-r--r-- | tests/classes/inheritance_007.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/inheritance_007.phpt b/tests/classes/inheritance_007.phpt index 0b2bde0350..46100449c4 100644 --- a/tests/classes/inheritance_007.phpt +++ b/tests/classes/inheritance_007.phpt @@ -20,14 +20,14 @@ $b->b(); --EXPECTF-- array(2) { [0]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { ["name"]=> string(1) "B" ["class"]=> string(1) "A" } [1]=> - &object(ReflectionMethod)#%d (2) { + object(ReflectionMethod)#%d (2) { ["name"]=> string(1) "A" ["class"]=> |
