Home
last modified time | relevance | path

Searched refs:execute (Results 51 – 75 of 355) sorted by path

12345678910>>...15

/PHP-7.4/ext/mysqli/tests/
H A Dbug66043.phpt21 $stmt->execute();
H A Dbug66124.phpt43 if ($stmt->execute()){
46 printf("Can't execute\n");
73 if ($stmt->execute()){
76 printf("Can't execute\n");
H A Dbug70949.phpt29 if ($stmt->execute())
H A Dbug72489.phpt36 if (!$stmt->bind_result($subRow['id'], $subRow['code']) || !$stmt->execute()) {
H A Dbug76386.phpt41 $stmt->execute();
69 $stmt->execute();
H A Dbug77935.phpt27 $stmt->execute();
H A Dbug79375.phpt27 $stmt->execute();
41 $stmt->execute();
67 $stmt->execute();
H A Dbug80837.phpt21 $statement->execute();
H A Dbug_mysql_49406.phpt33 if (!$stmt->execute() || !$stmt->store_result())
H A Dmysqli_change_user_prepared_statements.phpt22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
H A Dmysqli_class_mysqli_stmt_interface.phpt31 'execute' => true,
88 !$stmt->execute())
128 if (!$stmt->execute())
H A Dmysqli_explain_metadata.phpt68 … if ($stmt->prepare('EXPLAIN SELECT t1.*, t2.* FROM test AS t1, test AS t2') && $stmt->execute()) {
104 $stmt->execute()) {
H A Dmysqli_get_client_stats.phpt327 printf("[%03d] prepare/execute failed, [%d] %s\n",
364 printf("[%03d] prepare/execute failed, [%d] %s\n",
405 printf("[%03d] prepare/execute failed, [%d] %s\n",
453 printf("[%03d] prepare/execute failed, [%d] %s\n",
490 printf("[%03d] prepare/execute failed, [%d] %s\n",
H A Dmysqli_next_result_error.phpt34 $stmt->execute();
H A Dmysqli_pconn_kill.phpt71 …printf("[012] New persistent connection cannot execute queries, [%d] %s\n", @mysqli_errno($plink),…
84 …printf("[014] New regular connection cannot execute queries, [%d] %s\n", mysqli_errno($link), mysq…
H A Dmysqli_ps_select_union.phpt31 if (!$stmt->execute() || !$stmt->bind_result($column1))
56 /* Note: bind_result before execute */
57 if (!$stmt->bind_result($column1) || !$stmt->execute())
87 if (!$stmt->execute() || !$stmt->bind_result($column1))
107 if (!$stmt->bind_result($column1) || !$stmt->execute())
136 if (!$stmt->execute() || !$stmt->bind_result($column1))
156 if (!$stmt->bind_result($column1) || !$stmt->execute())
177 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
196 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
217 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
[all …]
H A Dmysqli_stmt_attr_set.phpt78 $stmt->execute();
98 $stmt->execute();
118 $stmt->execute();
169 $stmt->execute();
183 $stmt->execute();
200 $stmt->execute();
226 $stmt->execute();
253 $stmt->execute();
H A Dmysqli_stmt_big_prepare.phpt16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
35 /* execute query */
36 $stmt->execute();
H A Dmysqli_stmt_bind_limits.phpt79 if (!$stmt->execute()) {
H A Dmysqli_stmt_bind_param.phpt340 if (!$stmt->execute())
365 if (!$stmt->execute())
366 printf("[2012] [%d] execute() failed for id = %d, [%d] %s\n",
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt28 $stmt->execute();
44 $stmt->execute();
59 $stmt->execute();
H A Dmysqli_stmt_bind_param_many_columns.phpt76 if (!$stmt->execute()) {
78 printf("Failed to execute: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_stmt_bind_param_type_juggling.phpt103 3) execute()
105 5) execute()
H A Dmysqli_stmt_bind_result_format.phpt72 printf("[%03d] Cannot execute PS, [%d] %s\n",
297 if (!$stmt->execute()) {
H A Dmysqli_stmt_datatype_change.phpt2 Playing with datatype change between prepare and execute
29 var_dump($s1->execute(), $s1->bind_result($col1));
42 var_dump($s1->execute());

Completed in 33 milliseconds

12345678910>>...15