mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
12 lines
137 B
PHP
12 lines
137 B
PHP
--TEST--
|
|
Immediately invoked closure with extra args
|
|
--FILE--
|
|
<?php
|
|
|
|
(function() {})(new stdClass);
|
|
|
|
?>
|
|
===DONE===
|
|
--EXPECT--
|
|
===DONE===
|