12 lines
137 B
Plaintext
12 lines
137 B
Plaintext
|
|
--TEST--
|
||
|
|
Immediately invoked closure with extra args
|
||
|
|
--FILE--
|
||
|
|
<?php
|
||
|
|
|
||
|
|
(function() {})(new stdClass);
|
||
|
|
|
||
|
|
?>
|
||
|
|
===DONE===
|
||
|
|
--EXPECT--
|
||
|
|
===DONE===
|