summaryrefslogtreecommitdiff
path: root/Zend/tests/anon/013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/anon/013.phpt')
-rw-r--r--Zend/tests/anon/013.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/anon/013.phpt b/Zend/tests/anon/013.phpt
index 72ba3d61b7..b66be660d7 100644
--- a/Zend/tests/anon/013.phpt
+++ b/Zend/tests/anon/013.phpt
@@ -10,6 +10,6 @@ $foo = function() {
$closure = Closure::bind($foo, $class, $class);
var_dump($closure());
?>
---EXPECTF--
+--EXPECT--
object(class@anonymous)#1 (0) {
}