1--TEST--
2Immediately invoked closure with extra args
3--FILE--
4<?php
5
6(function() {})(new stdClass);
7
8?>
9===DONE===
10--EXPECT--
11===DONE===
12