Home
last modified time | relevance | path

Searched refs:default_host (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_connect.phpt110 ini_set('mysqli.default_host', $host);
112 printf("[019] Usage of mysqli.default_host failed\n") ;
114 if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host' AS 'testing'"))
122 ini_set('mysqli.default_host', 'p:' . $host);
124 printf("[021] Usage of mysqli.default_host (persistent) failed\n") ;
126 … if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
129 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
138 ini_set('mysqli.default_host', 'p:');
140 printf("[024] Usage of mysqli.default_host=p: did not fail\n") ;
169 string(19) "mysqli.default_host"
H A Dmysqli_real_connect.phpt67 ini_set('mysqli.default_host', $host);
69 printf("[014] Usage of mysqli.default_host failed\n") ;
117 ini_set('mysqli.default_host', 'p:' . $host);
120 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
122 … if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
125 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
134 ini_set('mysqli.default_host', 'p:');
137 printf("[025] Usage of mysqli.default_host=p: did not fail\n") ;
H A Dmysqli_real_connect_pconn.phpt72 ini_set('mysqli.default_host', $host);
74 printf("[014] Usage of mysqli.default_host failed\n") ;
123 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
125 … if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
128 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
137 ini_set('mysqli.default_host', 'p:');
140 printf("[025] Usage of mysqli.default_host=p: did not fail\n") ;
H A Dmysqli_phpinfo.phpt26 if (!stristr($phpinfo, "mysqli.default_host"))
27 printf("[003] php.ini setting mysqli.default_host not shown.\n");
H A Dmysqli_connect_oo.phpt54 ini_set('mysqli.default_host', $host);
70 ini_set('mysqli.default_host', 'p:' . $host);
136 ini_set('mysqli.default_host', $host);
146 printf("[021] Usage of mysqli.default_host failed\n");
H A Dmysqli_connect_oo_defaults.phpt23 ini_set('mysqli.default_host', 'host');
105 ini_set('mysqli.default_host', $host);
127 printf("[012] Usage of mysqli.default_host failed\n");
/PHP-8.1/ext/mysqli/
H A Dphp_mysqli_structs.h264 char *default_host; variable
H A Dmysqli.c486 …STD_PHP_INI_ENTRY("mysqli.default_host", NULL, PHP_INI_ALL, OnUpdateString, default_host, zen…
514 mysqli_globals->default_host = NULL; in PHP_INI_END()
H A Dmysqli_nonapi.c136 hostname = MyG(default_host);
/PHP-8.1/
H A Dphp.ini-development1185 mysqli.default_host =
H A Dphp.ini-production1187 mysqli.default_host =

Completed in 49 milliseconds