diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2008-01-10 01:41:25 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2008-01-10 01:41:25 +0000 |
commit | 1300527db5f33516ef5c02a5561580188fe9dd26 (patch) | |
tree | 36a62b03c1398c4a08df09d14c1de81c0ec79e55 /tests | |
parent | 3aa92689764f3b4327219d0b4068b0e8d2638a6e (diff) | |
download | php-git-1300527db5f33516ef5c02a5561580188fe9dd26.tar.gz |
Fixed test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic/026.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/basic/026.phpt b/tests/basic/026.phpt index 3d0d9df1ec..78a18a4758 100644 --- a/tests/basic/026.phpt +++ b/tests/basic/026.phpt @@ -15,5 +15,4 @@ var_dump($_POST, $HTTP_RAW_POST_DATA); --EXPECT-- array(0) { } -string(10) "a=1&b=ZYX -"
\ No newline at end of file +string(9) "a=1&b=ZYX"
\ No newline at end of file |