summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/compact_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/compact_error.phpt')
-rw-r--r--ext/standard/tests/array/compact_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/compact_error.phpt b/ext/standard/tests/array/compact_error.phpt
index 77a78009bd..9216ac9ba6 100644
--- a/ext/standard/tests/array/compact_error.phpt
+++ b/ext/standard/tests/array/compact_error.phpt
@@ -1,9 +1,9 @@
--TEST--
-Test compact() function : error conditions
+Test compact() function : error conditions
--FILE--
<?php
/* Prototype : proto array compact(mixed var_names [, mixed ...])
- * Description: Creates a hash containing variables and their values
+ * Description: Creates a hash containing variables and their values
* Source code: ext/standard/array.c
* Alias to functions:
*/