summaryrefslogtreecommitdiff
path: root/Zend/tests/closure_046.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/closure_046.phpt')
-rw-r--r--Zend/tests/closure_046.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/closure_046.phpt b/Zend/tests/closure_046.phpt
index 2985e6a8db..b711ed7788 100644
--- a/Zend/tests/closure_046.phpt
+++ b/Zend/tests/closure_046.phpt
@@ -38,7 +38,6 @@ echo "After binding, with different instance for the bound one", "\n";
$d = $nonstaticScoped->bindTo(new B, "static"); $d(); echo "\n";
echo "Done.\n";
-
--EXPECTF--
Before binding
bool(false)