summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/return_types/011.phpt')
-rw-r--r--Zend/tests/return_types/011.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/return_types/011.phpt b/Zend/tests/return_types/011.phpt
index f3b000a706..23dbc1cfdb 100644
--- a/Zend/tests/return_types/011.phpt
+++ b/Zend/tests/return_types/011.phpt
@@ -1,6 +1,5 @@
--TEST--
Function returned callable, expected callable
-
--FILE--
<?php
function foo() : callable {
@@ -8,7 +7,6 @@ function foo() : callable {
}
var_dump(foo());
-
--EXPECTF--
object(Closure)#%d (%d) {
}