Home
last modified time | relevance | path

Searched refs:execute (Results 76 – 100 of 354) sorted by relevance

12345678910>>...15

/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_tostring_exception.phpt26 $stmt->execute();
32 $stmt->execute();
H A Dbug33841.phpt15 var_dump($stmt->execute(), $stmt->rowCount());
20 var_dump($stmt->execute(), $stmt->rowCount());
/php-src/ext/sqlite3/tests/
H A Dsqlite3_blob_bind_resource.phpt2 SQLite3::execute() with a resource bound for blob param
27 var_dump($insert_stmt->execute());
H A Dsqlite3_rename_column.phpt19 $res1 = $db->prepare('select * from tbl')->execute();
20 $res2 = $db->prepare('select * from tbl')->execute();
H A Dbug70628.phpt16 $sth->execute();
23 $sth->execute();
/php-src/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt18 $S->execute(['id' => 1]);
19 $S->execute(['id' => 2]);
H A Dexecute_block.phpt19 execute block (a int = :e, b int = :d)
35 $query->execute(['d' => 1, 'e' => 2]);
H A Dignore_parammarks.phpt25 $query->execute(['d' => 1, 'e' => 2]);
36 $query->execute(['d' => 1, 'e' => 2]);
/php-src/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt31 if (!$stmt->execute() || !$stmt->bind_result($column1))
55 /* Note: bind_result before execute */
56 if (!$stmt->bind_result($column1) || !$stmt->execute())
85 if (!$stmt->execute() || !$stmt->bind_result($column1))
104 if (!$stmt->bind_result($column1) || !$stmt->execute())
132 if (!$stmt->execute() || !$stmt->bind_result($column1))
151 if (!$stmt->bind_result($column1) || !$stmt->execute())
171 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
189 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute())
209 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1))
[all …]
H A Dps_cursor_multiple_result_sets.phpt29 $stmt->execute();
44 $stmt->execute();
61 $stmt->execute();
H A Dmysqli_stmt_execute_stored_proc.phpt33 …printf("[012] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
37 …printf("[013] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
46 …printf("[016] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
75 …printf("[021] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
84 …printf("[024] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
111 …printf("[030] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
120 …printf("[033] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
153 …printf("[040] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
162 …printf("[043] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
H A Dmysqli_stmt_attr_set.phpt50 $stmt->execute();
70 $stmt->execute();
90 $stmt->execute();
134 $stmt->execute();
148 $stmt->execute();
165 $stmt->execute();
194 $stmt->execute();
221 $stmt->execute();
/php-src/ext/pdo_pgsql/tests/
H A Dbug70313.phpt22 $stmt->execute([1]);
31 $stmt->execute([1]);
H A Dis_in_transaction.phpt29 $stmt->execute();
42 $stmt->execute();
44 …/* We catch the exception because the execute will give error and we must test the PDO::PGSQL_TRAN…
H A Dpdo_pgsql_parser.phpt31 $stmt->execute(['World', 'World', 'base', 'Yes', 'Yes']);
45 $stmt->execute(['X', 'Y', 'Z']);
52 $stmt->execute(['X', 'Y']);
H A Dbug_14244.phpt24 $st->execute();
30 $st->execute();
H A Dbug71885_2.phpt32 $stmt->execute(['b']);
36 $stmt->execute(['a']);
H A Dlarge_objects.phpt34 $stmt->execute();
40 $stmt->execute();
50 $stmt->execute();
61 $stmt->execute();
/php-src/ext/pdo/tests/
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
24 $stmt->execute($values);
H A Dpdo_028.phpt26 $stmt->execute();
29 $stmt->execute();
H A Dpdo_017.phpt49 $select->execute();
57 $delete->execute();
64 $delete->execute();
/php-src/ext/pdo_mysql/tests/
H A Dbug_61755.phpt20 $s->execute();
27 $s->execute();
H A Dpdo_mysql_stmt_unbuffered_2050.phpt42 PDO::query() will prepare and execute a statement in one step.
72 ---> execute() has been send on the line, you are supposed to fetch
73 ---> you must not try to send a CLOSE after execute()
83 - use prepare() + execute() instead of query()
92 $stmt->execute();
96 $stmt->execute();
H A Dbug66528.phpt49 SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are acti…
50 SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are acti…
51 SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are acti…
/php-src/sapi/phpdbg/tests/
H A Dbasic_run.phpt7 prompt> [Nothing to execute!]

Completed in 75 milliseconds

12345678910>>...15