summaryrefslogtreecommitdiff
path: root/Zend/tests/get_defined_functions_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/get_defined_functions_error.phpt')
-rw-r--r--Zend/tests/get_defined_functions_error.phpt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Zend/tests/get_defined_functions_error.phpt b/Zend/tests/get_defined_functions_error.phpt
index fadd804b99..1735446b2e 100644
--- a/Zend/tests/get_defined_functions_error.phpt
+++ b/Zend/tests/get_defined_functions_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test get_defined_functions() function : error conditions
+Test get_defined_functions() function : error conditions
--FILE--
<?php
@@ -17,7 +17,7 @@ $extra_arg = 10;
$extra_arg2 = 20;
var_dump( get_defined_functions($extra_arg, $extra_arg2) );
-?>
+?>
===Done===
--EXPECTF--
*** Testing get_defined_functions() : error conditions ***
@@ -26,5 +26,4 @@ var_dump( get_defined_functions($extra_arg, $extra_arg2) );
Warning: get_defined_functions() expects at most 1 parameter, 2 given in %s on line %d
NULL
-
===Done===