Lines Matching refs:s

9 …die(sprintf('skip Cannot connect to MySQL, [%d] %s.', mysqli_connect_errno(), mysqli_connect_error…
20 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
25 printf("[003] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
30 … printf("[005] Cannot prepare CALL, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
33 if (!mysqli_stmt_bind_param($stmt, 's', $version))
34 …printf("[006] Cannot bind input parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
37 …printf("[007] Cannot execute CALL, [%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] Results seem wrong, got %s, [%d] %s\n",
51 printf("[010] More results: %s\n", (mysqli_more_results($link)) ? "yes" : "no");
52 printf("[011] Next result: %s\n", (mysqli_next_result($link)) ? "yes" : "no");
55 …printf("[012] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
58 printf("[013] [%d] %s\n", $link->errno, $link->error);
61 printf("[004] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
65 printf("[014] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
70 … printf("[015] Cannot prepare CALL, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
73 if (!mysqli_stmt_bind_param($stmt, 's', $version))
74 …printf("[016] Cannot bind input parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
77 …printf("[017] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
82 printf("[018] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
85 printf("[019] Results seem wrong, got %s, [%d] %s\n",
90 printf("[020] [%d] %s\n", $link->errno, $link->error);
95 printf("[021] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
98 printf("[022] Results seem wrong, got %s, [%d] %s\n",
103 …printf("[023] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
107 printf("[024] [%d] %s\n", $link->errno, $link->error);
110 printf("[025] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
120 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());