summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt')
-rw-r--r--ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt b/ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt
index 786be050c1..22f463b9af 100644
--- a/ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt
+++ b/ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt
@@ -1,11 +1,11 @@
--TEST--
-Test ReflectionFunction::getClosure() function : basic functionality
+Test ReflectionFunction::getClosure() function : basic functionality
--FILE--
<?php
/* Prototype : public mixed ReflectionFunction::getClosure()
- * Description: Returns a dynamically created closure for the function
+ * Description: Returns a dynamically created closure for the function
* Source code: ext/reflection/php_reflection.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing ReflectionFunction::getClosure() : basic functionality ***\n";