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/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/function_arguments_003.phpt |
--TEST-- Function Argument Parsing #003 --FILE-- <?php const a = 10; function t1($a = 1 + 1, $b = 1 << 2, $c = "foo" . "bar", $d = a * 10) { var_dump($a, $b, $c, $d); } t1(); ?> --EXPECT-- int(2) int(4) string(6) "foobar" int(100)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare