summaryrefslogtreecommitdiff
path: root/Zend/tests/closure_extra_args.phpt
blob: 05712e06c627dec834cbd14e62225928104d3018 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Immediately invoked closure with extra args
--FILE--
<?php

(function() {})(new stdClass);

?>
===DONE===
--EXPECT--
===DONE===