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/bug72701.phpt |
--TEST-- Bug #72701 mysqli_get_host_info() wrong output --SKIPIF-- <?php require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); require_once("connect.inc"); if ("127.0.0.1" != $host && "localhost" != $host) { die("skip require 127.0.0.1 connection"); } ?> --FILE-- <?php require_once("connect.inc"); $con = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } var_dump(preg_match(",(127.0.0.1|localhost) via .*,i", mysqli_get_host_info($con))); mysqli_close($con); ?> ==DONE== --EXPECT-- int(1) ==DONE==
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare