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_init.phpt |
--TEST-- mysqli_init() --SKIPIF-- <?php require_once('skipif.inc'); require_once('skipifemb.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php $link = mysqli_init(); if (!is_object($link) && false !== $link) printf("[001] Expecting object/mysqli_link or boolean/false, got %s/%s\n", gettype($link), $link); if (is_object($link) && 'mysqli' != get_class($link)) printf("[002] Expecting object of type mysqli got object of type %s\n", get_class($link)); if ($link) mysqli_close($link); print "done!"; ?> --EXPECTF-- done!
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare