Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/Zend/tests/arg_unpack/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/arg_unpack/new.phpt |
--TEST-- Unpack arguments for new expression --FILE-- <?php class Foo { public function __construct(...$args) { var_dump($args); } } new Foo(...[]); new Foo(...[1, 2, 3]); new Foo(...[1], ...[], ...[2, 3]); ?> --EXPECT-- array(0) { } array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare