summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/chunk_split_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/chunk_split_error.phpt')
-rw-r--r--ext/standard/tests/strings/chunk_split_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/strings/chunk_split_error.phpt b/ext/standard/tests/strings/chunk_split_error.phpt
index 341f04ffd3..d8a72586af 100644
--- a/ext/standard/tests/strings/chunk_split_error.phpt
+++ b/ext/standard/tests/strings/chunk_split_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test chunk_split() function : error conditions
+Test chunk_split() function : error conditions
--FILE--
<?php
/* Prototype : string chunk_split(string $str [, int $chunklen [, string $ending]])
@@ -9,8 +9,8 @@ Test chunk_split() function : error conditions
*/
/*
-* Testing error conditions of chunk_split() with zero arguments
-* and for more than expected number of arguments
+* Testing error conditions of chunk_split() with zero arguments
+* and for more than expected number of arguments
*/
echo "*** Testing chunk_split() : error conditions ***\n";