tony2001 Wed May 14 13:13:02 2008 UTC Modified files: /php-src/ext/standard/tests/strings bug42866.phpt Log: and the last one.. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/bug42866.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/strings/bug42866.phpt diff -u php-src/ext/standard/tests/strings/bug42866.phpt:1.1 php-src/ext/standard/tests/strings/bug42866.phpt:1.2 --- php-src/ext/standard/tests/strings/bug42866.phpt:1.1 Wed Nov 21 02:24:47 2007 +++ php-src/ext/standard/tests/strings/bug42866.phpt Wed May 14 13:13:02 2008 @@ -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 @@ unicode(5) "r_spl" [3]=> unicode(4) "it()" -} \ No newline at end of file +}
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php