summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_combine_variation6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_combine_variation6.phpt')
-rw-r--r--ext/standard/tests/array/array_combine_variation6.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/array/array_combine_variation6.phpt b/ext/standard/tests/array/array_combine_variation6.phpt
index 94c7b4d664..5bd3652a4e 100644
--- a/ext/standard/tests/array/array_combine_variation6.phpt
+++ b/ext/standard/tests/array/array_combine_variation6.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test array_combine() function : usage variations - binary safe checking
+Test array_combine() function : usage variations - binary safe checking
--FILE--
<?php
/* Prototype : array array_combine(array $keys, array $values)
@@ -9,8 +9,8 @@ Test array_combine() function : usage variations - binary safe checking
*/
/*
-* Testing the behavior of array_combine() by passing array with
-* binary values for $keys and $values argument.
+* Testing the behavior of array_combine() by passing array with
+* binary values for $keys and $values argument.
*/
echo "*** Testing array_combine() : binary safe checking ***\n";