diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-06-11 15:09:41 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-06-11 15:09:41 +0000 |
commit | f3ad3a770ec1b620adcd22a9e369b6974967c3f1 (patch) | |
tree | 73fd282482aefcb982a9412af4c62e6357f1fdb8 | |
parent | b6762a899171799a829417a4a68ce66824b7c9e7 (diff) | |
download | php-git-f3ad3a770ec1b620adcd22a9e369b6974967c3f1.tar.gz |
Fixed test
-rw-r--r-- | ext/wddx/tests/bug41283.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wddx/tests/bug41283.phpt b/ext/wddx/tests/bug41283.phpt index 241101f2a4..af716d1893 100644 --- a/ext/wddx/tests/bug41283.phpt +++ b/ext/wddx/tests/bug41283.phpt @@ -20,7 +20,7 @@ array(1) { string(5) "One 1" ["1.2"]=> string(5) "One 2" - [1]=> + ["1.0"]=> string(5) "Three" } } |