Home
last modified time | relevance | path

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

/PHP-5.5/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 %unicode|string%(19) "mysqli.default_host"
H A Dmysqli_real_connect_pconn.phpt71 ini_set('mysqli.default_host', $host);
73 printf("[014] Usage of mysqli.default_host failed\n") ;
122 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
124 if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
127 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
136 ini_set('mysqli.default_host', 'p:');
139 printf("[025] Usage of mysqli.default_host=p: did not fail\n") ;
H A Dmysqli_real_connect.phpt92 ini_set('mysqli.default_host', $host);
94 printf("[014] Usage of mysqli.default_host failed\n") ;
142 ini_set('mysqli.default_host', 'p:' . $host);
145 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
147 if (!$res = mysqli_query($link, "SELECT 'mysqli.default_host (persistent)' AS 'testing'"))
150 if ($tmp['testing'] !== 'mysqli.default_host (persistent)') {
159 ini_set('mysqli.default_host', 'p:');
162 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-5.5/ext/mysql/tests/
H A Dsetupdefault.inc6 ini_set('mysql.default_host', $host);
H A Dmysql_phpinfo.phpt25 if (!stristr($phpinfo, "mysql.default_host"))
26 printf("[003] php.ini setting mysql.default_host not shown.\n");
H A Dmysql_connect.phpt73 ini_set('mysql.default_host', $myhost);
75 printf("[010] Usage of mysql.default_host failed\n") ;
81 printf("[011] Usage of mysql.default_host failed\n") ;
H A Dmysql_pconnect.phpt73 ini_set('mysql.default_host', $myhost);
75 printf("[009] Usage of mysql.default_host failed\n") ;
/PHP-5.5/ext/mysql/
H A Dphp_mysql_structs.h119 char *default_host, *default_user, *default_password; variable
H A Dphp_mysql.c499 …STD_PHP_INI_ENTRY("mysql.default_host", NULL, PHP_INI_ALL, OnUpdateString, default_host, zend…
520 mysql_globals->default_host = NULL; in PHP_INI_END()
792 host_and_port = MySG(default_host);
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h328 char *default_host; variable
H A Dmysqli.c564 …STD_PHP_INI_ENTRY("mysqli.default_host", NULL, PHP_INI_ALL, OnUpdateString, default_host, zen…
590 mysqli_globals->default_host = NULL; in PHP_INI_END()
H A Dmysqli_nonapi.c142 hostname = MyG(default_host);
/PHP-5.5/
H A DCODING_STANDARDS264 …eader(int stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])
H A Dphp.ini-development1130 mysql.default_host =
1189 mysqli.default_host =
H A Dphp.ini-production1130 mysql.default_host =
1189 mysqli.default_host =
/PHP-5.5/ext/imap/
H A Dphp_imap.c262 ZEND_ARG_INFO(0, default_host)
267 ZEND_ARG_INFO(0, default_host)
341 ZEND_ARG_INFO(0, default_host)

Completed in 66 milliseconds