Searched refs:default_host (Results 1 – 20 of 20) sorted by relevance
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_connect.phpt | 114 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 D | mysqli_real_connect_pconn.phpt | 71 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 D | mysqli_real_connect.phpt | 92 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 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); 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 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-5.3/ext/mysql/tests/ |
H A D | setupdefault.inc | 6 ini_set('mysql.default_host', $host);
|
H A D | mysql_connect.phpt | 73 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 D | mysql_phpinfo.phpt | 25 if (!stristr($phpinfo, "mysql.default_host")) 26 printf("[003] php.ini setting mysql.default_host not shown.\n");
|
H A D | mysql_pconnect.phpt | 73 ini_set('mysql.default_host', $myhost); 75 printf("[009] Usage of mysql.default_host failed\n") ;
|
/PHP-5.3/ext/mysql/ |
H A D | php_mysql_structs.h | 119 char *default_host, *default_user, *default_password; variable
|
H A D | php_mysql.c | 499 …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() 758 host_and_port = MySG(default_host);
|
/PHP-5.3/ext/mysqli/ |
H A D | php_mysqli_structs.h | 290 char *default_host; variable
|
H A D | mysqli.c | 537 …STD_PHP_INI_ENTRY("mysqli.default_host", NULL, PHP_INI_ALL, OnUpdateString, default_host, zen… 563 mysqli_globals->default_host = NULL; in PHP_INI_END()
|
H A D | mysqli_nonapi.c | 141 hostname = MyG(default_host);
|
/PHP-5.3/ |
H A D | CODING_STANDARDS | 244 …eader(int stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])
|
H A D | UPGRADING | 361 - mysqli.default_host
|
H A D | php.ini-development | 1233 mysql.default_host = 1292 mysqli.default_host =
|
H A D | php.ini-production | 1233 mysql.default_host = 1292 mysqli.default_host =
|
/PHP-5.3/ext/imap/ |
H A D | php_imap.c | 262 ZEND_ARG_INFO(0, default_host) 267 ZEND_ARG_INFO(0, default_host) 341 ZEND_ARG_INFO(0, default_host)
|
Completed in 51 milliseconds