Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect.phpt114 ini_set('mysqli.default_host', $host);
116 printf("[019] Usage of mysqli.default_host failed\n") ;
118 if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host' AS 'testing'"))
126 ini_set('mysqli.default_host', 'p:' . $host);
128 printf("[021] Usage of mysqli.default_host (persistent) failed\n") ;
130 … if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
133 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
142 ini_set('mysqli.default_host', 'p:');
144 printf("[024] Usage of mysqli.default_host=p: did not fail\n") ;
173 string(19) "mysqli.default_host"
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_real_connect.phpt94 ini_set('mysqli.default_host', $host);
96 printf("[014] Usage of mysqli.default_host failed\n") ;
144 ini_set('mysqli.default_host', 'p:' . $host);
147 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
149 … if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
152 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
161 ini_set('mysqli.default_host', 'p:');
164 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);
69 ini_set('mysqli.default_host', 'p:' . $host);
134 ini_set('mysqli.default_host', $host);
144 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-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h309 char *default_host; variable
H A Dmysqli.c527 …STD_PHP_INI_ENTRY("mysqli.default_host", NULL, PHP_INI_ALL, OnUpdateString, default_host, zen…
555 mysqli_globals->default_host = NULL; in PHP_INI_END()
H A Dmysqli_nonapi.c137 hostname = MyG(default_host);
/PHP-7.4/
H A DCODING_STANDARDS.md306 …eader(int stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])
H A Dphp.ini-development1169 mysqli.default_host =
H A Dphp.ini-production1169 mysqli.default_host =
/PHP-7.4/ext/imap/
H A Dphp_imap.c261 ZEND_ARG_INFO(0, default_host)
266 ZEND_ARG_INFO(0, default_host)
340 ZEND_ARG_INFO(0, default_host)

Completed in 83 milliseconds