summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/closures_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/closures_004.phpt')
-rw-r--r--ext/reflection/tests/closures_004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/closures_004.phpt b/ext/reflection/tests/closures_004.phpt
index a09447bc05..e2b52c5429 100644
--- a/ext/reflection/tests/closures_004.phpt
+++ b/ext/reflection/tests/closures_004.phpt
@@ -1,6 +1,6 @@
--TEST--
Reflection on closures: Segfault with getClosure() on closure itself
---FILE--
+--FILE--
<?php
$closure = function() { echo "Invoked!\n"; };