summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/ucwords_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/ucwords_basic.phpt')
-rw-r--r--ext/standard/tests/strings/ucwords_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/ucwords_basic.phpt b/ext/standard/tests/strings/ucwords_basic.phpt
index b0e3be80a7..e35a2c5cb4 100644
--- a/ext/standard/tests/strings/ucwords_basic.phpt
+++ b/ext/standard/tests/strings/ucwords_basic.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test ucwords() function : basic functionality
+Test ucwords() function : basic functionality
--FILE--
<?php
/* Prototype : string ucwords ( string $str )
@@ -31,7 +31,7 @@ $str_array = array(
"testing\fucwords"
);
-// loop through the $strings array to test ucwords on each element
+// loop through the $strings array to test ucwords on each element
$iteration = 1;
for($index = 0; $index < count($str_array); $index++) {
echo "-- Iteration $iteration --\n";