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);
25 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
28 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
33 …ABLE test(id INT NOT NULL AUTO_INCREMENT, label LONGBLOB, PRIMARY KEY(id)) ENGINE = %s", $engine)))
34 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[007] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
42 printf("[008] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
45 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
48 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
59 // let's ignore upper limits for LONGBLOB (2^32) ...
80 printf("[012] Expecting boolean/false, got %s/%s. [%d] %s\n",
84 printf("[013] Expecting boolean/false, got %s/%s. [%d] %s\n",
88 printf("[014] Expecting boolean/false, got %s/%s. [%d] %s\n",
92 printf("[015] Expecting boolean/true, got %s/%s. [%d] %s\n",
97 printf("[016] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
101 printf("[017] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
104 printf("[018] Expecting 1 rows, mysqli_num_rows() reports %d rows. [%d] %s\n",
108 printf("[019] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
119 printf("[022] Expecting NULL, got %s/%s\n");
121 /* Check that the function alias exists. It's a deprecated function,
124 printf("[023] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
134 Warning: mysqli_stmt_send_long_data(): Invalid parameter number in %s on line %d