diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-01-10 08:45:39 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-01-10 08:45:39 +0000 |
| commit | c2f8930033e9cfa83b00ea2906ca28f6f00df115 (patch) | |
| tree | 9c4d0818c5c8b89f9d58e35ae8c7c4aa0492df2d /tests/basic | |
| parent | 2fe13db7acef97cdf79023bb67dc66704972ee73 (diff) | |
| download | php-git-c2f8930033e9cfa83b00ea2906ca28f6f00df115.tar.gz | |
correct number of symbols
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/026.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/026.phpt b/tests/basic/026.phpt index aa47a04af3..ec93ae5d4c 100644 --- a/tests/basic/026.phpt +++ b/tests/basic/026.phpt @@ -15,4 +15,4 @@ var_dump($_POST, $HTTP_RAW_POST_DATA); --EXPECT-- array(0) { } -string(10) "a=1&b=ZYX" +string(9) "a=1&b=ZYX" |
