summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/027.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/return_types/027.phpt')
-rw-r--r--Zend/tests/return_types/027.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/return_types/027.phpt b/Zend/tests/return_types/027.phpt
index a5d2c321bf..33a9c7f94d 100644
--- a/Zend/tests/return_types/027.phpt
+++ b/Zend/tests/return_types/027.phpt
@@ -8,7 +8,6 @@ class B extends A {}
$c = function(parent $x): parent { return $x; };
var_dump($c->bindTo(null, 'B')(new A));
-
--EXPECTF--
object(A)#%d (0) {
}