]> granicus.if.org Git - php/commitdiff
correct number of symbols
authorAntony Dovgal <tony2001@php.net>
Thu, 10 Jan 2008 08:45:39 +0000 (08:45 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 10 Jan 2008 08:45:39 +0000 (08:45 +0000)
tests/basic/026.phpt

index aa47a04af32ea5f0f07b17e3fe13cfc8e7c2b9c8..ec93ae5d4c263a55a6f483cdb8ea06519e59ff58 100644 (file)
@@ -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"