Lines Matching refs:s

17         printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 …f("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
30 printf("[005] Expecting int/0, got %s/%s. [%d] %s\n",
34 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
40 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
43 printf("[010] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
48 printf("[011] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
51 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
54 printf("[013] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
57 printf("[014] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
60 printf("[015] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[016] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
67 printf("[017] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
70 printf("[018] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
73 printf("[019] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp);
76 printf("[020] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
79 printf("[021] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
82 printf("[022] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
85 printf("[023] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
88 printf("[024] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
91 printf("[025] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
95 if (!($res = mysqli_query($link, sprintf("SHOW CHARACTER SET LIKE '%s'", $charset))))
99 printf("[026] Expecting boolean/true got %s/%s\n",
102 printf("[027] Expecting int/0 got %s/%s\n", gettype($tmp), $tmp);
106 printf("[028] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
110 printf("[029] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
113 printf("[030] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
117 printf("[031] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
120 printf("[032] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
126 printf("[033] Expecting false, got %s/%s\n", gettype($tmp), $tmp);