Lines Matching refs:s

19 		printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
47 …if (!$res = mysqli_query($link, $sql = sprintf("SHOW CHARACTER SET LIKE '%s'", $character_set_conn…
48 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
56 if (!$res = mysqli_query($link, sprintf("SHOW COLLATION LIKE '%s'", $collation_connection)))
57 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
64 printf("[013] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
71 printf("[015] Expecting object/std_class, got %s/%s\n", gettype($charset), $charset);
76 …printf("[016] Expecting string/%s, got %s/%s\n", $character_set_connection, gettype($charset->char…
80 …printf("[017] Expecting string/%s, got %s/%s\n", $collation_connection, gettype($charset->collatio…
84 …printf("[019] Expecting string - ideally %s*, got %s/%s\n", $character_sets_dir, gettype($charset-…
90 printf("[020] Expecting int between 0 ... %d, got %s/%s\n", $charset->max_length,
96 printf("[021] Expecting int/%d, got %s/%s\n", $id, gettype($charset->number), $charset->number);
100 printf("[022] Expecting int/any, got %s/%s\n", gettype($charset->state), $charset->state);
105 printf("[023] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
114 Warning: mysqli_get_charset(): Couldn't fetch mysqli in %s on line %d