From: Antony Dovgal Date: Thu, 10 Jan 2008 08:45:39 +0000 (+0000) Subject: correct number of symbols X-Git-Tag: php-5.2.6RC1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2f8930033e9cfa83b00ea2906ca28f6f00df115;p=php correct number of symbols --- 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"