summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/ksort_variation11.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/ksort_variation11.phpt')
-rw-r--r--ext/standard/tests/array/ksort_variation11.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/array/ksort_variation11.phpt b/ext/standard/tests/array/ksort_variation11.phpt
index 2c93512fea..1fabd01e5c 100644
--- a/ext/standard/tests/array/ksort_variation11.phpt
+++ b/ext/standard/tests/array/ksort_variation11.phpt
@@ -10,7 +10,7 @@ Test ksort() function : usage variations - sort heredoc strings
/*
* testing ksort() by providing array of heredoc strings for $array argument with
* following flag values:
- * 1.flag value as defualt
+ * 1.flag value as default
* 2.SORT_REGULAR - compare items normally
* 3.SORT_STRING - compare items as strings
*/
@@ -37,7 +37,7 @@ $array = array (
$multiline_heredoc => "heredoc string\twith!@# and 123\nTest this!!!"
);
-echo "\n-- Testing ksort() by supplying heredoc string array, 'flag' value is defualt --\n";
+echo "\n-- Testing ksort() by supplying heredoc string array, 'flag' value is default --\n";
$temp_array = $array;
var_dump(ksort($temp_array) ); // expecting : bool(true)
var_dump($temp_array);
@@ -57,7 +57,7 @@ echo "Done\n";
--EXPECT--
*** Testing ksort() : usage variations ***
--- Testing ksort() by supplying heredoc string array, 'flag' value is defualt --
+-- Testing ksort() by supplying heredoc string array, 'flag' value is default --
bool(true)
array(3) {
["HEREDOC"]=>