Lines Matching refs:n

14 …"Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
21 …printf("[003] Failed to drop old test table: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_err…
26 …printf("[004] Failed to create test table: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
30 printf("[005] Expecting int/0, got %s/'%s'\n", gettype($tmp), $tmp);
37 printf("[006] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
44 printf("[007] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
47 printf("[008] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
55 … (error message varies with the MySQL Server version, check the error code)\n", mysqli_stmt_errno(…
59 printf("[010] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
66 printf("[011] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
69 printf("[012] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
76 printf("[013] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
79 printf("[014] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
86 printf("[015] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
89 printf("[016] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
93 printf("[017] [%d] %s\n", mysqli_error($link), mysqli_error($link));
102 printf("[018] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
105 printf("[019] Expecting int/%d, got %s/%s\n", $num, gettype($tmp), $tmp);
112 printf("[020] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
115 printf("[021] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
122 printf("[022] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
125 printf("[023] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
132 printf("[024] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
135 printf("[025] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
139 printf("[026] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
142 printf("[027] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
149 printf("[028] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
152 printf("[029] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
156 printf("[030] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
161 printf("[031] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
164 printf("[032] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
167 printf("[033] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
170 printf("[034] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
173 printf("[035] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
181 printf("[036] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
185 printf("[037] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
188 printf("[038] Expecting boolean/true, got %s\%s\n", gettype($tmp), $tmp);
191 printf("[039] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
194 printf("[040] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
200 printf("[041] Expecting SELECT statement to fail on purpose\n");
203 printf("[042] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
206 printf("[043] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
209 printf("[044] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
212 printf("[045] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
219 printf("[046] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
226 echo $exception->getMessage() . "\n";