Home
last modified time | relevance | path

Searched refs:mysqli_connect (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_connect.phpt2 mysqli_connect()
17 $tmp = @mysqli_connect('localhost');
22 $tmp = @mysqli_connect($link);
27 $tmp = @mysqli_connect($link, $link);
32 $tmp = @mysqli_connect($link, $link, $link);
37 $tmp = @mysqli_connect($link, $link, $link, $link);
89 if (!is_object($link = mysqli_connect($host, $user))) {
100 if (!is_object($link = mysqli_connect($host))) {
111 if (!is_object($link = mysqli_connect())) {
123 if (!is_object($link = mysqli_connect())) {
[all …]
H A Dmysqli_connect_oo_warnings.phpt31 if (false !== ($link = mysqli_connect($myhost))) {
36 if (false !== ($link = @mysqli_connect($myhost))) {
53 Warning: mysqli_connect(): (HY000/200%d): %s
H A D034.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D044.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D027.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D028.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D035.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D033.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A Dmysqli_connect_oo_defaults.phpt131 $link = mysqli_connect($host, $user, $passwd, null, ini_get('mysqli.default_port'));
140 printf("[014] Usage of mysqli_connect() has failed\n");
144 $link = mysqli_connect($host, $user, $passwd, null);
153 printf("[016] Usage of mysqli_connect() has failed\n");
H A D039.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug75448.phpt12 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug33090.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D030.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug73949.phpt17 $i=mysqli_connect('p:'.$host, $user, $passwd, $db, $port);
H A D031.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D049.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D018.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A Dmysqli_open_bug74432.phpt17 $handle = mysqli_connect("$host:$port", $user, $passwd);
H A D016.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D017.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D041.phpt14 /*** test mysqli_connect 127.0.0.1 ***/
H A D045.phpt25 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug34785.phpt27 /*** test mysqli_connect 127.0.0.1 ***/
H A D029.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D032.phpt13 /*** test mysqli_connect 127.0.0.1 ***/

Completed in 22 milliseconds

1234