summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_product_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_product_error.phpt')
-rw-r--r--ext/standard/tests/array/array_product_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/array/array_product_error.phpt b/ext/standard/tests/array/array_product_error.phpt
index 79f7cb4a08..3ef23b9210 100644
--- a/ext/standard/tests/array/array_product_error.phpt
+++ b/ext/standard/tests/array/array_product_error.phpt
@@ -1,11 +1,11 @@
--TEST--
-Test array_product() function : error conditions
+Test array_product() function : error conditions
--FILE--
<?php
/* Prototype : mixed array_product(array input)
- * Description: Returns the product of the array entries
+ * Description: Returns the product of the array entries
* Source code: ext/standard/array.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing array_product() : error conditions ***\n";