Home
last modified time | relevance | path

Searched refs:mysqli_real_connect (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
18 if (NULL !== ($tmp = @mysqli_real_connect($link)))
21 if (NULL !== ($tmp = @mysqli_real_connect($link, $link)))
24 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link)))
27 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link, $link)))
68 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
77 if (!mysqli_real_connect($link, $host, $user)) {
86 if (!mysqli_real_connect($link, $host)) {
95 if (!mysqli_real_connect($link)) {
146 if (!@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
73 if (!mysqli_real_connect($link)) {
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
122 if (!@mysqli_real_connect($link)) {
[all …]
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
18 if (NULL !== ($tmp = @mysqli_real_connect($link)))
21 if (NULL !== ($tmp = @mysqli_real_connect($link, $link)))
24 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link)))
27 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link, $link)))
68 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
77 if (!mysqli_real_connect($link, $host, $user)) {
86 if (!mysqli_real_connect($link, $host)) {
95 if (!mysqli_real_connect($link)) {
146 if (!@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
73 if (!mysqli_real_connect($link)) {
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
122 if (!@mysqli_real_connect($link)) {
[all …]
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
18 if (NULL !== ($tmp = @mysqli_real_connect($link)))
21 if (NULL !== ($tmp = @mysqli_real_connect($link, $link)))
24 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link)))
27 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link, $link)))
68 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
77 if (!mysqli_real_connect($link, $host, $user)) {
86 if (!mysqli_real_connect($link, $host)) {
95 if (!mysqli_real_connect($link)) {
146 if (!@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
73 if (!mysqli_real_connect($link)) {
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
122 if (!@mysqli_real_connect($link)) {
[all …]
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
18 if (NULL !== ($tmp = @mysqli_real_connect($link)))
21 if (NULL !== ($tmp = @mysqli_real_connect($link, $link)))
24 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link)))
27 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link, $link)))
68 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
77 if (!mysqli_real_connect($link, $host, $user)) {
86 if (!mysqli_real_connect($link, $host)) {
95 if (!mysqli_real_connect($link)) {
146 if (!@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
73 if (!mysqli_real_connect($link)) {
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
122 if (!@mysqli_real_connect($link)) {
[all …]
H A D001.phpt20 /*** test mysqli_real_connect ***/
26 /*** test mysqli_real_connect with db ***/
32 /*** test mysqli_real_connect with port ***/
44 …printf("[002 + %d] mysqli_real_connect() failed, [%d] %s\n", $i, mysqli_connect_errno(), mysqli_co…
49 /*** test mysqli_real_connect compressed ***/
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
18 if (NULL !== ($tmp = @mysqli_real_connect($link)))
21 if (NULL !== ($tmp = @mysqli_real_connect($link, $link)))
24 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link)))
27 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link, $link)))
68 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
77 if (!mysqli_real_connect($link, $host, $user)) {
86 if (!mysqli_real_connect($link, $host)) {
95 if (!mysqli_real_connect($link)) {
146 if (!@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
73 if (!mysqli_real_connect($link)) {
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
122 if (!@mysqli_real_connect($link)) {
[all …]
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
18 if (NULL !== ($tmp = @mysqli_real_connect($link)))
21 if (NULL !== ($tmp = @mysqli_real_connect($link, $link)))
24 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link)))
27 if (NULL !== ($tmp = @mysqli_real_connect($link, $link, $link, $link)))
68 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
77 if (!mysqli_real_connect($link, $host, $user)) {
86 if (!mysqli_real_connect($link, $host)) {
95 if (!mysqli_real_connect($link)) {
146 if (!@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
73 if (!mysqli_real_connect($link)) {
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
122 if (!@mysqli_real_connect($link)) {
[all …]
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
73 if (!mysqli_real_connect($link)) {
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
122 if (!@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
19 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
32 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
41 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
50 if (!mysqli_real_connect($link, $host, $user)) {
59 if (!mysqli_real_connect($link, $host)) {
68 if (!mysqli_real_connect($link)) {
77 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
119 if (!@mysqli_real_connect($link)) {
136 if (@mysqli_real_connect($link)) {
[all …]
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
18 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
31 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
40 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
49 if (!mysqli_real_connect($link, $host, $user)) {
58 if (!mysqli_real_connect($link, $host)) {
67 if (!mysqli_real_connect($link)) {
76 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
118 if (!@mysqli_real_connect($link)) {
135 if (@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
23 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
36 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
45 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
54 if (!mysqli_real_connect($link, $host, $user)) {
63 if (!mysqli_real_connect($link, $host)) {
72 if (!mysqli_real_connect($link)) {
81 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
100 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
121 if (!@mysqli_real_connect($link)) {
[all …]
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
19 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
32 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
41 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
50 if (!mysqli_real_connect($link, $host, $user)) {
59 if (!mysqli_real_connect($link, $host)) {
68 if (!mysqli_real_connect($link)) {
77 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
119 if (!@mysqli_real_connect($link)) {
136 if (@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
73 if (!mysqli_real_connect($link)) {
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
122 if (!@mysqli_real_connect($link)) {
[all …]
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
24 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
73 if (!mysqli_real_connect($link)) {
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
122 if (!@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
19 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
32 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
41 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
50 if (!mysqli_real_connect($link, $host, $user)) {
59 if (!mysqli_real_connect($link, $host)) {
68 if (!mysqli_real_connect($link)) {
77 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
119 if (!@mysqli_real_connect($link)) {
136 if (@mysqli_real_connect($link)) {
[all …]
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
18 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
31 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
40 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
49 if (!mysqli_real_connect($link, $host, $user)) {
58 if (!mysqli_real_connect($link, $host)) {
67 if (!mysqli_real_connect($link)) {
76 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
118 if (!@mysqli_real_connect($link)) {
135 if (@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
23 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
36 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
45 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
54 if (!mysqli_real_connect($link, $host, $user)) {
63 if (!mysqli_real_connect($link, $host)) {
72 if (!mysqli_real_connect($link)) {
81 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
100 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
121 if (!@mysqli_real_connect($link)) {
[all …]
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt2 mysqli_real_connect()
18 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
31 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
40 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
49 if (!mysqli_real_connect($link, $host, $user)) {
58 if (!mysqli_real_connect($link, $host)) {
67 if (!mysqli_real_connect($link)) {
76 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
118 if (!@mysqli_real_connect($link)) {
135 if (@mysqli_real_connect($link)) {
[all …]
H A Dmysqli_real_connect_pconn.phpt2 mysqli_real_connect() - persistent connections
23 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
36 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
45 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
54 if (!mysqli_real_connect($link, $host, $user)) {
63 if (!mysqli_real_connect($link, $host)) {
72 if (!mysqli_real_connect($link)) {
81 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
100 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
121 if (!@mysqli_real_connect($link)) {
[all …]

12345678