Lines Matching refs:mysqli
37 …// ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int p…
56 ini_set('mysqli.default_socket', $socket);
58 printf("[006] Usage of mysqli.default_socket failed\n");
65 ini_set('mysqli.default_port', $port);
67 printf("[008] Usage of mysqli.default_port failed\n");
74 ini_set('mysqli.default_pw', $passwd);
76 printf("[010] Usage of mysqli.default_pw failed\n") ;
83 ini_set('mysqli.default_user', $user);
85 printf("[012] Usage of mysqli.default_user failed\n") ;
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") ;
179 object(mysqli)#%d (%d) {
220 Warning: mysqli_real_connect(): Couldn't fetch mysqli in %s on line %d