Lines Matching refs:s

23         printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
26 printf("[005] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
29 printf("[006] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
32 printf("[007] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
41 printf("[008] boolean/false got %s/%s, [%d] %s\n",
47 printf("[009] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
60 printf("[010] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
64 printf("[011] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
67 printf("[012] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
70 printf("[013] boolean/false got %s/%s, [%d] %s\n",
79 printf("[014] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
82 printf("[015] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
88 printf("[016] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
91 printf("[017] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
98 printf("[018] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
101 printf("[019] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
107 printf("[020] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
119 printf("[022] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
122 printf("[023] Expecting object/mysqli_result got %s/%s, [%d] %s\n",
126 printf("[024] Unknown result set type %s\n", $res->type);
129 … printf("[025] Expecting int/%d got %s/%s", MYSQLI_STORE_RESULT, gettype($res->type), $res->type);