summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/str_split_variation6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/str_split_variation6.phpt')
-rw-r--r--ext/standard/tests/strings/str_split_variation6.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/strings/str_split_variation6.phpt b/ext/standard/tests/strings/str_split_variation6.phpt
index 95afb24e59..a477800a26 100644
--- a/ext/standard/tests/strings/str_split_variation6.phpt
+++ b/ext/standard/tests/strings/str_split_variation6.phpt
@@ -7,9 +7,9 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
--FILE--
<?php
/* Prototype : array str_split(string $str [, int $split_length])
- * Description: Convert a string to an array. If split_length is
- specified, break the string down into chunks each
- split_length characters long.
+ * Description: Convert a string to an array. If split_length is
+ specified, break the string down into chunks each
+ split_length characters long.
* Source code: ext/standard/string.c
* Alias to functions: none
*/
@@ -22,7 +22,7 @@ echo "*** Testing str_split() : different intger values for 'split_length' ***\n
//Initialise variables
$str = 'This is a string with 123 & escape char \t';
-//different values for 'split_length'
+//different values for 'split_length'
$values = array (
0,
1,