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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/arg_unpack/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/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