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);
26 printf("[003] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[005] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[006] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
37 printf("[007] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[008] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
42 printf("[009] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[010] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
47 printf("[011] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
51 printf("[012] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
53 printf("[013] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
56 if (mysqli_stmt_bind_param($stmt, "s", $label))
60 printf("[015] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[016] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
65 printf("[017] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
69 printf("[018] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
72 printf("[019] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
80 printf("[021] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
92 in %s on line %d
95 in %s on line %d
97 …am(): Number of variables doesn't match number of parameters in prepared statement in %s on line %d
99 Warning: mysqli_stmt_prepare(): Couldn't fetch mysqli_stmt in %s on line %d
101 Warning: mysqli_stmt_field_count(): Couldn't fetch mysqli_stmt in %s on line %d