Home
last modified time | relevance | path

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

12

/PHP-8.4/ext/mysqli/tests/
H A Dmysqli_connect.phpt2 mysqli_connect()
14 $tmp = @mysqli_connect('localhost');
20 $tmp = @mysqli_connect($link);
25 $tmp = @mysqli_connect($link, $link);
30 $tmp = @mysqli_connect($link, $link, $link);
35 $tmp = @mysqli_connect($link, $link, $link, $link);
87 if (!is_object($link = mysqli_connect($host, $user))) {
98 if (!is_object($link = mysqli_connect($host))) {
109 if (!is_object($link = mysqli_connect())) {
120 if (!is_object($link = mysqli_connect())) {
[all …]
H A Dmysqli_connect_oo_defaults.phpt128 $link = mysqli_connect($host, $user, $passwd, null, ini_get('mysqli.default_port'));
137 printf("[014] Usage of mysqli_connect() has failed\n");
141 $link = mysqli_connect($host, $user, $passwd, null);
150 printf("[016] Usage of mysqli_connect() has failed\n");
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 Dbug73949.phpt17 $i=mysqli_connect('p:'.$host, $user, $passwd, $db, $port);
H A D049.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A Dmysqli_open_bug74432.phpt17 $handle = mysqli_connect("$host:$port", $user, $passwd);
H A D045.phpt22 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug34785.phpt27 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug36745.phpt15 /*** test mysqli_connect 127.0.0.1 ***/
H A Dmysqli_error_unicode.phpt13 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A D046.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D059.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D066.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D001.phpt18 /*** test mysqli_connect localhost:port ***/
H A D043.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D058.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D060.phpt19 /*** test mysqli_connect 127.0.0.1 ***/
H A D042.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug32405.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D048.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D036.phpt17 /*** test mysqli_connect 127.0.0.1 ***/
H A D057.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt64 Warning: mysqli_connect(): open_basedir restriction in effect. File(%s) is not within the allowed p…
/PHP-8.4/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc92 * Warning: mysqli_connect(): php_network_getaddresses: getaddrinfo for mysql failed:
94 $link = @mysqli_connect($host, $user, $password, $db, $port, $socket);

Completed in 18 milliseconds

12