Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_connect.phpt2 mysqli_connect()
16 $tmp = @mysqli_connect('localhost');
21 $tmp = @mysqli_connect($link);
26 $tmp = @mysqli_connect($link, $link);
31 $tmp = @mysqli_connect($link, $link, $link);
36 $tmp = @mysqli_connect($link, $link, $link, $link);
88 if (!is_object($link = mysqli_connect($host, $user))) {
99 if (!is_object($link = mysqli_connect($host))) {
110 if (!is_object($link = mysqli_connect())) {
122 if (!is_object($link = mysqli_connect())) {
[all …]
H A Dmysqli_connect_oo_warnings.phpt30 if (false !== ($link = mysqli_connect($myhost))) {
35 if (false !== ($link = @mysqli_connect($myhost))) {
52 Warning: mysqli_connect(): (HY000/200%d): %s
H A D034.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D027.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D035.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D044.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D028.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D033.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D039.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D030.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug73949.phpt16 $i=mysqli_connect('p:'.$host, $user, $passwd, $db);
H A Dbug75448.phpt11 $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug33090.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D031.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A Dmysqli_connect_oo_defaults.phpt130 $link = mysqli_connect($host, $user, $passwd, null, ini_get('mysqli.default_port'));
139 printf("[014] Usage of mysqli_connect() has failed\n");
143 $link = mysqli_connect($host, $user, $passwd, null);
152 printf("[016] Usage of mysqli_connect() has failed\n");
H A D049.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D018.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D016.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A Dmysqli_open_bug74432.phpt16 $handle = mysqli_connect("$host:$port", $user, $passwd);
H A D017.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D041.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D045.phpt24 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug34785.phpt26 /*** test mysqli_connect 127.0.0.1 ***/
H A D029.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug36745.phpt14 /*** test mysqli_connect 127.0.0.1 ***/

Completed in 22 milliseconds

1234