Lines Matching refs:s

17             printf("[001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
25 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
27 // Sleep 0.1s - the asynchronous query should have been processed after the wait period
38 printf("[003] Expecting int/1 got %s/%s\n", gettype($tmp), var_export($tmp, true));
41 … printf("[004] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
55 …printf("[006] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
58 … printf("[007] Expecting empty array got %s/%s\n", gettype($reject), var_export($reject, true));
60 // Let's pass a dead connection
65 printf("[008] There should be no connection ready! Returned %s/%s, expecting int/0.\n",
81 printf("[011] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
98 printf("[012] Error on thread %d: %s/%s\n",
113 printf("[014] Rejecting thread %d: %s/%s\n",
126 printf("[015] %d/%s\n", mysqli_errno($mysqli), mysqli_error($mysqli));
132 printf("[016] Pulling the emergency break after 5s, something is wrong...\n");
144 // Sleep 0.1s to ensure the KILL gets recognized
147 printf("[017] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
154 printf("[018] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
157 … printf("[019] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
166 printf("[020] Error: %d/%s\n", $link->errno, $link->error);
172 …printf("[021] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
175 … printf("[021] Expecting empty array got %s/%s\n", gettype($reject), var_export($reject, true));
194 Warning: mysqli_reap_async_query(): Premature end of data (mysqlnd_wireprotocol.c:%d) in %s on line…
196 Warning: mysqli_reap_async_query(): RSET_HEADER %s
198 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
200 Warning: Error while sending QUERY packet. %s
202 Warning: mysqli_reap_async_query(): %s
204 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
205 [018] Error: %d/%s