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/method.phpt |
--TEST-- Unpack arguments for method calls --FILE-- <?php class Foo { public function test(...$args) { var_dump($args); } public static function test2(...$args) { var_dump($args); } } $foo = new Foo; Foo::test2(1, 2, ...[3, 4], ...[], ...[5]); ?> --EXPECT-- array(5) { [0]=> int(1) [1]=> int(2) [2]=> int(3) [3]=> int(4) [4]=> int(5) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare