summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/get_defined_constants_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/get_defined_constants_error.phpt')
-rw-r--r--ext/standard/tests/general_functions/get_defined_constants_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/general_functions/get_defined_constants_error.phpt b/ext/standard/tests/general_functions/get_defined_constants_error.phpt
index 1092712ee9..b093ed1e0c 100644
--- a/ext/standard/tests/general_functions/get_defined_constants_error.phpt
+++ b/ext/standard/tests/general_functions/get_defined_constants_error.phpt
@@ -1,11 +1,11 @@
--TEST--
-Test get_defined_constants() function : error conditions
+Test get_defined_constants() function : error conditions
--FILE--
<?php
/* Prototype : array get_defined_constants ([ bool $categorize ] )
* Description: Returns an associative array with the names of all the constants and their values
* Source code: Zend/zend_builtin_functions.c
- */
+ */
echo "*** Testing get_defined_constants() : error conditions ***\n";