summaryrefslogtreecommitdiff
path: root/ext/filter/tests/callback_closure.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/callback_closure.phpt')
-rw-r--r--ext/filter/tests/callback_closure.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/tests/callback_closure.phpt b/ext/filter/tests/callback_closure.phpt
index e27a31b37e..0ece4ab285 100644
--- a/ext/filter/tests/callback_closure.phpt
+++ b/ext/filter/tests/callback_closure.phpt
@@ -10,5 +10,5 @@ $callback = function ($var) {
$var = "test";
var_dump(filter_var($var, FILTER_CALLBACK, array('options'=> $callback)));
?>
---EXPECT--
+--EXPECT--
string(4) "test"