diff options
| author | Dmitry Stogov <dmitry@php.net> | 2008-03-04 11:49:31 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2008-03-04 11:49:31 +0000 |
| commit | 0d7d1397004218cb1c3a521cc0f690e7b800fd2f (patch) | |
| tree | e250a0125d52b14215744d7677508ca52c64c962 | |
| parent | 43a9fd4c4ab66aad8379e3e11c84c08901a30b0e (diff) | |
| download | php-git-0d7d1397004218cb1c3a521cc0f690e7b800fd2f.tar.gz | |
Fixed wrong result of cascading assignment to string offset
| -rw-r--r-- | tests/lang/bug22592.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lang/bug22592.phpt b/tests/lang/bug22592.phpt index 351ea08b9b..270584185f 100644 --- a/tests/lang/bug22592.phpt +++ b/tests/lang/bug22592.phpt @@ -46,8 +46,8 @@ string(8) "4-4s4s*0" string(9) "4-4s4s505" string(9) "454s4s505" string(1) "-" -string(6) "string" -int(4) -int(5) +string(1) "s" +string(1) "4" +string(1) "5" string(1) "5" [Illegal string offset: -1] |
