summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/closures_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/closures_003.phpt')
-rw-r--r--ext/reflection/tests/closures_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/closures_003.phpt b/ext/reflection/tests/closures_003.phpt
index 4483dc06e3..af975434ce 100644
--- a/ext/reflection/tests/closures_003.phpt
+++ b/ext/reflection/tests/closures_003.phpt
@@ -1,6 +1,6 @@
--TEST--
Reflection on closures: Segfaults with getParameters() and getDeclaringFunction()
---FILE--
+--FILE--
<?php
$closure = function($a, $b = 0) { };