diff options
-rw-r--r-- | Zend/tests/017.phpt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/tests/017.phpt b/Zend/tests/017.phpt index 03c1e73175..0e1c1be697 100644 --- a/Zend/tests/017.phpt +++ b/Zend/tests/017.phpt @@ -26,7 +26,6 @@ var_dump(count(get_defined_constants())); function test () { } -var_dump(get_defined_functions(true)); var_dump(gettype(get_defined_functions())); var_dump(count(get_defined_functions())); @@ -65,9 +64,6 @@ NULL string(5) "array" string(5) "array" int(%d) - -Warning: get_defined_functions() expects exactly 0 parameters, 1 given in %s on line %d -NULL string(5) "array" int(%d) |