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