Home
last modified time | relevance | path

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

/PHP-8.3/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'"))
121 ini_set('mysqli.default_host', 'p:' . $host);
123 printf("[021] Usage of mysqli.default_host (persistent) failed\n") ;
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:');
139 printf("[024] Usage of mysqli.default_host=p: did not fail\n") ;
167 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") ;
116 ini_set('mysqli.default_host', 'p:' . $host);
119 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
121 if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
124 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
133 ini_set('mysqli.default_host', 'p:');
136 printf("[025] Usage of mysqli.default_host=p: did not fail\n") ;
H A Dmysqli_real_connect_pconn.phpt69 ini_set('mysqli.default_host', $host);
71 printf("[014] Usage of mysqli.default_host failed\n") ;
119 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
121 if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
124 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
133 ini_set('mysqli.default_host', 'p:');
136 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.phpt58 ini_set('mysqli.default_host', $host);
74 ini_set('mysqli.default_host', 'p:' . $host);
135 ini_set('mysqli.default_host', $host);
145 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.3/ext/mysqli/
H A Dphp_mysqli_structs.h246 char *default_host; variable
H A Dmysqli.c435 …STD_PHP_INI_ENTRY("mysqli.default_host", NULL, PHP_INI_ALL, OnUpdateString, default_host, zen…
462 mysqli_globals->default_host = NULL; in PHP_INI_END()
H A Dmysqli_nonapi.c131 hostname = MyG(default_host);
/PHP-8.3/
H A Dphp.ini-production1202 mysqli.default_host =
H A Dphp.ini-development1200 mysqli.default_host =

Completed in 24 milliseconds