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/standard/tests/array/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/array/extract_variation8.phpt |
--TEST-- Test extract() function (variation 8) --FILE-- <?php /* To show variables with numerical prefixes cannot be extracted */ $var["i"] = 1; $var["j"] = 2; $var["k"] = 3; echo "\n*** Testing for Numerical prefixes ***\n"; var_dump(extract($var)); $var1["m"] = 1; $var1[2] = 2; $var1[] = 3; var_dump ( extract($var1)); echo "\nDone"; ?> --EXPECTF-- *** Testing for Numerical prefixes *** int(3) int(1) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare