diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt b/ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt index 7772da0509..2d6a5b7346 100644 --- a/ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt +++ b/ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt @@ -2,12 +2,6 @@ Test ReflectionFunction::getClosure() function : basic functionality --FILE-- <?php -/* Prototype : public mixed ReflectionFunction::getClosure() - * Description: Returns a dynamically created closure for the function - * Source code: ext/reflection/php_reflection.c - * Alias to functions: - */ - echo "*** Testing ReflectionFunction::getClosure() : basic functionality ***\n"; function foo() |