summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt')
-rw-r--r--ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt b/ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt
index c7d63446e5..f0a414d56b 100644
--- a/ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt
+++ b/ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt
@@ -5,7 +5,7 @@ Test ReflectionMethod::getClosure() function : basic functionality
/* Prototype : public mixed ReflectionFunction::getClosure()
* Description: Returns a dynamically created closure for the method
* Source code: ext/reflection/php_reflection.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing ReflectionMethod::getClosure() : basic functionality ***\n";