diff options
| author | Xinchen Hui <laruence@php.net> | 2012-09-01 14:37:45 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2012-09-01 14:37:45 +0800 |
| commit | f3108b5f818b2757d2e518f37d3927e83858ae4f (patch) | |
| tree | a6ebd2fa6ddf6bd8d5a4c214860f287d9f3a7a26 /ext/spl/tests/arrayObject_magicMethods1.phpt | |
| parent | 863e7e0acbe284d5c7738fa9c601023ad5773d3f (diff) | |
| download | php-git-f3108b5f818b2757d2e518f37d3927e83858ae4f.tar.gz | |
Remove extra blank in notice message, should act as same as vm
Diffstat (limited to 'ext/spl/tests/arrayObject_magicMethods1.phpt')
| -rw-r--r-- | ext/spl/tests/arrayObject_magicMethods1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/arrayObject_magicMethods1.phpt b/ext/spl/tests/arrayObject_magicMethods1.phpt index b1de4a951e..ec4812f107 100644 --- a/ext/spl/tests/arrayObject_magicMethods1.phpt +++ b/ext/spl/tests/arrayObject_magicMethods1.phpt @@ -102,7 +102,7 @@ object(ArrayObject)#2 (1) { --> Read existent, non-existent and dynamic: string(7) "changed" -Notice: Undefined index: nonexistent in %s on line 42 +Notice: Undefined index: nonexistent in %s on line 42 NULL string(11) "new.changed" Original wrapped object: @@ -171,7 +171,7 @@ object(ArrayObject)#2 (1) { --> Unset existent, non-existent and dynamic: -Notice: Undefined index: nonexistent in %s on line 60 +Notice: Undefined index: nonexistent in %s on line 60 Original wrapped object: object(UsesMagic)#1 (3) { ["b"]=> |
