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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/mysqli/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/mysqli/tests/030.phpt |
--TEST-- function test: mysqli_errno --SKIPIF-- <?php require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php require_once("connect.inc"); /*** test mysqli_connect 127.0.0.1 ***/ $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); $errno = mysqli_errno($link); var_dump($errno); mysqli_select_db($link, $db); mysqli_query($link, "SELECT * FROM non_exisiting_table"); $errno = mysqli_errno($link); var_dump($errno); mysqli_close($link); print "done!"; ?> --EXPECT-- int(0) int(1146) done!
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare