Home
last modified time | relevance | path

Searched refs:execute (Results 51 – 75 of 374) sorted by relevance

12345678910>>...15

/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug_pecl_12925.phpt23 $stmt->execute();
25 $stmt->execute();
27 $stmt->execute();
H A Dpdo_mysql_prepare_match_against.phpt22 $stmt->execute(array(':placeholder' => 'row'));
26 $stmt->execute(array('placeholder' => 'row'));
30 $stmt->execute(array('row'));
H A Dbug44327.phpt18 $stmt->execute();
31 $stmt->execute();
40 @$stmt->execute();
H A Dbug_51670.phpt17 $query->execute();
20 $query->execute();
H A Dpdo_mysql_inTransaction.phpt21 foreach (['exec', 'query', 'execute'] as $w) {
28 $db->query($command)->execute();
30 case 'execute':
32 $db->prepare($command)->execute();
H A Dbug_61207.phpt27 $handle1->execute();
42 $handle2->execute();
58 $handle3->execute();
75 $handle4->execute();
H A Dbug_38546.phpt46 $result = $st->execute();
72 $result = $st->execute();
98 $result = $st->execute();
125 $result = $st->execute();
152 $result = $st->execute();
179 $result = $st->execute();
235 Warning: PDOStatement::execute(): SQLSTATE[%s]: %s: 1366 Incorrect integer value: 'true' for column…
256 Warning: PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'som…
H A Dpdo_mysql_prepare_native_mixed_style.phpt23 $stmt->execute(array('a', 'b'));
25 $stmt->execute(array(1, 1));
40 Fatal error: Uncaught Error: Call to a member function execute() on false in %s:%d
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt29 $stmt->execute(array('test'));
44 $stmt->execute(array('test'));
65 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
75 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt17 $S->execute(['id' => 1]);
18 $S->execute(['id' => 2]);
H A Ddialect_1.phpt28 $query->execute();
40 $query->execute([0.76, '2019-06-12']);
45 $query->execute();
H A Dexecute_block.phpt17 execute block (a int = :e, b int = :d)
32 $query->execute(['d' => 1, 'e' => 2]);
/PHP-8.3/ext/pdo_dblib/tests/
H A Dtimeout.phpt21 if (!$stmt->execute()) {
35 if (!$stmt->execute()) {
47 if (!$stmt->execute()) {
59 if (!$stmt->execute()) {
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt34 $stmt->execute();
38 $stmt->execute();
46 $stmt->execute();
50 $stmt->execute();
H A Dbug71573.phpt19 $statement->execute([ 'test', 'test', 'test' ]);
23 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
/PHP-8.3/ext/mysqli/tests/
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 D063.phpt16 $stmt->execute();
24 // an exception should be thrown from prepare (i.e. constructor) not from execute
/PHP-8.3/ext/sqlite3/tests/
H A Dbug77051.phpt20 var_dump($res = $stmt->execute());
29 var_dump($res = $stmt->execute());
40 var_dump($res = $stmt->execute());
H A Dexception_from_toString.phpt22 $stmt->execute();
28 $stmt->execute();
/PHP-8.3/ext/reflection/tests/
H A Dbug63399.phpt18 Trait1::run as execute;
34 [execute] => Trait1::run
/PHP-8.3/ext/pdo/tests/
H A Dpdo_011.phpt63 $select1->execute();
66 $select2->execute();
69 $select2->execute();
72 $select2->execute();
76 $derived->execute();
78 $derived->execute();
80 $derived->execute();
H A Dbug_44861.phpt42 $res->execute();
59 $res->execute(array("it's working"));
63 // Test bug #48188, trying to execute again
64 $res->execute(array("try again"));
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
24 $stmt->execute($values);
/PHP-8.3/ext/pdo_oci/tests/
H A Dbug57702.phpt20 $query = "begin execute immediate 'drop table bug57702'; exception when others then if sqlcode <> -…
22 $stmt->execute();
26 $stmt->execute();
37 $stmt->execute();
55 $stmt->execute();
78 $rs = $stmt->execute();
146 $stmt->execute();
/PHP-8.3/ext/oci8/tests/
H A Dcommit_002.phpt34 echo 'Could not execute: '. $m['message'] . "\n";
48 echo 'Could not execute: '. $m['message'] . "\n";
68 Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s

Completed in 19 milliseconds

12345678910>>...15