Searched refs:default_host (Results 1 – 11 of 11) sorted by relevance
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_connect.phpt | 110 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 D | mysqli_real_connect.phpt | 67 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 D | mysqli_real_connect_pconn.phpt | 72 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 D | mysqli_phpinfo.phpt | 26 if (!stristr($phpinfo, "mysqli.default_host")) 27 printf("[003] php.ini setting mysqli.default_host not shown.\n");
|
H A D | mysqli_connect_oo.phpt | 54 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 D | mysqli_connect_oo_defaults.phpt | 23 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 D | php_mysqli_structs.h | 264 char *default_host; variable
|
H A D | mysqli.c | 486 …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 D | mysqli_nonapi.c | 136 hostname = MyG(default_host);
|
/PHP-8.1/ |
H A D | php.ini-development | 1185 mysqli.default_host =
|
H A D | php.ini-production | 1187 mysqli.default_host =
|
Completed in 36 milliseconds