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/mysqli/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/mysqli/tests/mysqli_fetch_array_assoc.phpt |
--TEST-- mysqli_fetch_array() --SKIPIF-- <?php require_once('skipif.inc'); require_once('skipifemb.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php require('table.inc'); if (!$res = mysqli_query($link, "SELECT * FROM test ORDER BY id LIMIT 5")) { printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link)); } print "[002]\n"; var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC)); mysqli_free_result($res); if (!$res = mysqli_query($link, "SELECT id, label FROM test ORDER BY id LIMIT 5")) { printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link)); } print "[004]\n"; var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC)); mysqli_free_result($res); mysqli_close($link); print "done!"; ?> --CLEAN-- <?php require_once("clean_table.inc"); ?> --EXPECTF-- [002] array(2) { [%u|b%"id"]=> %unicode|string%(1) "1" [%u|b%"label"]=> %unicode|string%(1) "a" } [004] array(2) { [%u|b%"id"]=> %unicode|string%(1) "1" [%u|b%"label"]=> %unicode|string%(1) "a" } done!
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare