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/ext/reflection/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/reflection/tests/ReflectionFunction_isVariadic_basic.phpt |
--TEST-- ReflectionFunction::isVariadic() --FILE-- <?php function test1($args) {} function test2(...$args) {} function test3($arg, ...$args) {} var_dump((new ReflectionFunction('test1'))->isVariadic()); var_dump((new ReflectionFunction('test2'))->isVariadic()); var_dump((new ReflectionFunction('test3'))->isVariadic()); ?> --EXPECT-- bool(false) bool(true) bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare