Lines Matching refs:s

18 	die(sprintf("skip Cannot connect, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
23 die(sprintf("skip Cannot check server version, [%d] %s\n",
30 die(sprintf("skip Cannot check server version, based on '%s'",
59 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
62 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
70 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
77 …if (!$res = mysqli_query($link, sprintf('SHOW CHARACTER SET LIKE "%s"', $new_charset), MYSQLI_STOR…
78 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
81 …printf("[010] Test will fail, because alternative test character set '%s' seems not supported\n", …
84 …printf("[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret…
88 …f("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
92 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($ret), $ret);
95 printf("[014] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
99 printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
110 printf("[017] Cannot set character set to '%s', [%d] %s\n", $tmp['Charset'],
116 …if (!mysqli_query($link, sprintf("SET NAMES %s", mysqli_real_escape_string($link, $tmp['Charset'])…
117 …printf("[018] Cannot run SET NAMES %s, [%d] %s\n", $tmp['Charset'], mysqli_errno($link), mysqli_er…
124 printf("[016] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
133 Warning: mysqli_set_charset(): Couldn't fetch mysqli in %s on line %d