Lines Matching refs:d

26         printf("[003] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
37 printf("[003d] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
61 printf("[003d] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
112 …printf("[009] Function seems to be leaking, because it used %d bytes. During tests it used only 92…
118 printf("[010] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
123 printf("[011] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
132 printf("[%03d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
142 printf("[%03d] [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link));
147 … printf("[%03d] [%d] %s\n", $offset + 2, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
153 … printf("[%03d] [%d] %s\n", $offset + 3, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
158 … printf("[%03d] [%d] %s\n", $offset + 4, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
164 printf("[%03d] [%d] %s\n", $offset + 5, mysqli_errno($link), mysqli_error($link));
169 printf("[%03d] [%d] %s\n", $offset + 5, mysqli_errno($link), mysqli_error($link));
175 printf("[%03d] Testing '%s', '%s': expecting '%s'/'%s' (%s), got '%s'/'%s'\n",
182 printf("[%03d] Testing '%s', '%s': expecting '%s'/'%s', got '%s'/'%s'\n",
228 func_mysqli_stmt_bind_datatype($link, $engine, "d", "INTEGER UNSIGNED", 4294967295, 240);
237 // ?? func_mysqli_stmt_bind_datatype($link, $engine, "d", "BIGINT", -9223372036854775808, 910);
242 func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT", -9223372036854775808 - 1.1, 300);
243 …func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT UNSIGNED", 18446744073709551615 + 1.1, …
245 func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT", NULL, 310);
246 func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT UNSIGNED ", NULL, 330);
248 …func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT UNSIGNED", PHP_INT_MAX, 930, '2.14748e+…
249 …func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT", -1 * PHP_INT_MAX + 1, 940, '-2.14748e…
253 func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT", -10.01, 950);
254 func_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT UNSIGNED", 10.01, 960);
256 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DOUBLE(10,2)", NULL, 350);
257 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DOUBLE(10,2) UNSIGNED", NULL, 370);
258 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DOUBLE(10,2)", -99999999.99, 340);
259 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DOUBLE(10,2) UNSIGNED", 99999999.99, 360);
262 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DOUBLE(10,2)", -99999999.99, 340);
263 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DOUBLE(10,2) UNSIGNED", 99999999.99, 360);
265 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DECIMAL(10,2)", -99999999.99, 380);
266 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DECIMAL(10,2)", NULL, 390);
267 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DECIMAL(10,2)", 99999999.99, 400);
268 func_mysqli_stmt_bind_datatype($link, $engine, "d", "DECIMAL(10,2)", NULL, 410);
271 func_mysqli_stmt_bind_datatype($link, $engine, "s", "DATE", @date('Y-m-d'), 420);
272 func_mysqli_stmt_bind_datatype($link, $engine, "s", "DATE NOT NULL", @date('Y-m-d'), 430);
275 func_mysqli_stmt_bind_datatype($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 450);
276 …func_mysqli_stmt_bind_datatype($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 460…
279 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 480);
340 printf("[2000] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
345 printf("[2001] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
350 printf("[2002] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
356 printf("[2003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
359 printf("[2004] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
363 printf("[2005] Expecting boolean/true got %s/%s, [%d] %s\n",
369 printf("[2006] [%d] %s\n", $stmt->errno, $stmt->error);
372 … printf("[2007] Expecting record 100/z, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
375 printf("[2008] Expecting row, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
385 printf("[2010] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
389 printf("[2011] bind_param() failed for id = %d, [%d] %s\n",
394 printf("[2012] [%d] execute() failed for id = %d, [%d] %s\n",
397 … if (!$res = mysqli_query($link, sprintf("SELECT label FROM test WHERE id = %d", $values['id'])))
398 printf("[2013] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
400 printf("[2014] Cannot find row id = %d\n", $values['id']);
424 mysqli_stmt_bind_param(): Argument #2 ($types) must only contain the "b", "d", "i", "s" type specif…
425 mysqli_stmt_bind_param(): Argument #2 ($types) must only contain the "b", "d", "i", "s" type specif…