Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_connect.phpt2 mysqli_connect()
17 $tmp = @mysqli_connect('localhost');
23 if (!is_null($tmp = @mysqli_connect($obj)))
26 $tmp = @mysqli_connect($link);
31 $tmp = @mysqli_connect($link, $link);
36 $tmp = @mysqli_connect($link, $link, $link);
41 $tmp = @mysqli_connect($link, $link, $link, $link);
104 if (!is_object($link = mysqli_connect($host))) {
115 if (!is_object($link = mysqli_connect())) {
127 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 D044.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 D028.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D034.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.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D030.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug33090.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D031.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D049.phpt13 /*** 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 D017.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D041.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug34785.phpt26 /*** test mysqli_connect 127.0.0.1 ***/
H A D032.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D029.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D045.phpt25 /*** test mysqli_connect 127.0.0.1 ***/
H A Dbug36745.phpt12 /*** test mysqli_connect 127.0.0.1 ***/
H A D037.phpt13 /*** test mysqli_connect 127.0.0.1 ***/
H A D038.phpt12 /*** test mysqli_connect 127.0.0.1 ***/

Completed in 40 milliseconds

1234