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/bug70117.phpt |
--TEST-- Bug #70117 (Unexpected return type error) --FILE-- <?php function &foo() :string { $a = array(1); $b = &$a[0]; return $b; } function &foo1() :string { $a = array("ref"); return $a[0]; } var_dump(foo()); var_dump(foo1()); --EXPECT-- string(1) "1" string(3) "ref"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare