summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests')
-rw-r--r--ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt6
-rw-r--r--ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt6
-rw-r--r--ext/reflection/tests/ReflectionMethod_getClosure_error.phpt6
3 files changed, 0 insertions, 18 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()
diff --git a/ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt b/ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt
index 3b0074e5a9..75810c0105 100644
--- a/ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt
+++ b/ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt
@@ -2,12 +2,6 @@
Test ReflectionMethod::getClosure() function : basic functionality
--FILE--
<?php
-/* Prototype : public mixed ReflectionFunction::getClosure()
- * Description: Returns a dynamically created closure for the method
- * Source code: ext/reflection/php_reflection.c
- * Alias to functions:
- */
-
echo "*** Testing ReflectionMethod::getClosure() : basic functionality ***\n";
class StaticExample
diff --git a/ext/reflection/tests/ReflectionMethod_getClosure_error.phpt b/ext/reflection/tests/ReflectionMethod_getClosure_error.phpt
index 7e45eec411..0dc24897a3 100644
--- a/ext/reflection/tests/ReflectionMethod_getClosure_error.phpt
+++ b/ext/reflection/tests/ReflectionMethod_getClosure_error.phpt
@@ -2,12 +2,6 @@
Test ReflectionMethod::getClosure() function : error functionality
--FILE--
<?php
-/* Prototype : public mixed ReflectionFunction::getClosure()
- * Description: Returns a dynamically created closure for the method
- * Source code: ext/reflection/php_reflection.c
- * Alias to functions:
- */
-
echo "*** Testing ReflectionMethod::getClosure() : error conditions ***\n";
class StaticExample