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

index 77265d8dbce38a9c9cd7966bf6aa7b8dc18a5389..8666554b8eaf486198dc8c60cf1fb6b125a39198 100644 (file)
@@ -15,10 +15,8 @@ var_dump($_POST, $HTTP_RAW_POST_DATA);
 --EXPECT--
 array(0) {
 }
-string(10) "a=1&b=ZYX
-"
+string(9) "a=1&b=ZYX"
 --UEXPECT--
 array(0) {
 }
-unicode(10) "a=1&b=ZYX
-"
+unicode(9) "a=1&b=ZYX"