]> granicus.if.org Git - php/commitdiff
and the last one..
authorAntony Dovgal <tony2001@php.net>
Wed, 14 May 2008 13:13:02 +0000 (13:13 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 14 May 2008 13:13:02 +0000 (13:13 +0000)
ext/standard/tests/strings/bug42866.phpt

index bfd8e31eb3135e14b295d87e961e4bb84631c607..65d0e98e8fef51d4a237299341e0f8654521357a 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #42866 str_split() returns extra char when given string size is not mulitple of lenth
+Bug #42866 (str_split() returns extra char when given string size is not multiple of length)
 --FILE--
 <?php
 $str = 'Testing str_split()';
@@ -27,4 +27,4 @@ array(4) {
   unicode(5) "r_spl"
   [3]=>
   unicode(4) "it()"
-}
\ No newline at end of file
+}