Home
last modified time | relevance | path

Searched refs:execute (Results 251 – 275 of 355) sorted by path

1...<<1112131415

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt18 $s->execute();
28 $s->execute();
H A Dpdo_oci_attr_nulls_1.phpt18 $s->execute();
H A Dpdo_oci_attr_prefetch_1.phpt24 $s->execute();
35 $s->execute();
46 $s->execute();
57 $s->execute();
H A Dpdo_oci_attr_prefetch_2.phpt23 $s->execute();
31 $s->execute();
H A Dpdo_oci_fread_1.phpt21 "begin execute immediate 'drop table pdo_oci_fread_tab'; exception when others then null; end;",
H A Dpdo_oci_quote1.phpt33 $stmt->execute();
H A Dpdo_oci_stmt_getcolumnmeta.phpt36 // execute() has not been called yet
41 $stmt->execute();
66 $stmt->execute();
139 $stmt->execute();
148 $stmt->execute();
235 $stmt->execute();
H A Dpdo_oci_stream_1.phpt41 $s->execute();
59 $s->execute();
H A Dpdo_oci_stream_2a.phpt17 $query = "begin execute immediate 'drop table pdo_oci_stream_2'; exception when others then if sqlc…
19 $stmt->execute();
23 $stmt->execute();
34 $stmt->execute();
H A Dpdo_oci_templob_1.phpt27 $stmt->execute();
30 $stmt->execute();
33 $stmt->execute();
36 $stmt->execute();
39 $stmt->execute();
42 $stmt->execute();
45 $stmt->execute();
48 $stmt->execute();
51 $stmt->execute();
54 $stmt->execute();
[all …]
H A Dpecl_bug_6364.phpt29 $stmt->execute() or die ("Execution error: " . var_dump($dbh->errorInfo()));
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug44643.phpt19 var_dump($stmt->execute());
H A Dbug80783.phpt20 $stmt->execute();
H A Dbug80783a.phpt21 $stmt->execute();
H A Dmax_columns.phpt28 $insert->execute(array($num, str_repeat('i', $num)));
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug43925.phpt46 $stmt->execute();
H A Dbug46274.phpt32 $stmt->execute();
36 $stmt->execute();
44 $stmt->execute();
48 $stmt->execute();
H A Dbug46274_2.phpt32 $stmt->execute();
36 $stmt->execute();
44 $stmt->execute();
48 $stmt->execute();
H A Dbug48764.phpt55 $stmt->execute(array(1));
H A Dbug62498-32bit.phpt35 $statement->execute($vals);
H A Dbug62498.phpt35 $statement->execute($vals);
H A Dbug62593.phpt21 $query->execute();
26 $query->execute();
29 // Verify bindParam maintains reference and only passes when execute is called
33 $query->execute();
40 $query->execute();
46 $query->execute();
H A Dbug64953.phpt22 $st->execute();
28 $st->execute();
34 $st->execute(array(":int" => 123));
38 $st->execute();
H A Dbug66584.phpt53 $stmt->execute($data);
H A Dbug69344.phpt27 $stmt->execute($arr);

Completed in 31 milliseconds

1...<<1112131415