Home
last modified time | relevance | path

Searched refs:oci_execute (Results 126 – 150 of 211) sorted by last modified time

123456789

/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope_try1.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
52 oci_execute($s1);
63 oci_execute($s1);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try2.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
52 oci_execute($s1);
63 oci_execute($s1);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try3.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
52 oci_execute($s1);
63 oci_execute($s1);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try4.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
52 oci_execute($s1);
63 oci_execute($s1);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try5.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
52 oci_execute($s1);
63 oci_execute($s1);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try6.phpt41 oci_execute($s, OCI_DEFAULT); // no commit
43 oci_execute($s, OCI_DEFAULT); // no commit
52 oci_execute($s1);
63 oci_execute($s1);
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dbug36096.phpt13 if(oci_execute($stmt, OCI_COMMIT_ON_SUCCESS)){
H A Dbug37581.phpt29 oci_execute($s1);
30 oci_execute($s2);
39 oci_execute($stmt);
42 oci_execute($stmt);
H A Dbug38161.phpt13 oci_execute($stid, OCI_DEFAULT);
21 oci_execute($stid, OCI_DEFAULT);
H A Dbug38173.phpt20 @oci_execute($s1);
21 @oci_execute($s2);
25 oci_execute($s1);
26 oci_execute($s2);
31 oci_execute($s);
37 oci_execute($s);
49 oci_execute($sth);
54 var_dump(oci_execute($row['CURSOR']));
60 @oci_execute($s1);
61 @oci_execute($s2);
H A Dbug40078.phpt19 oci_execute($statement);
33 oci_execute($statement);
39 oci_execute($statement);
H A Dbug41069.phpt62 oci_execute($stid, OCI_DEFAULT);
68 oci_execute($stid, OCI_DEFAULT);
H A Dbug42173.phpt42 $r = @oci_execute($s);
46 $r = oci_execute($s);
64 $r = @oci_execute($s);
H A Dbug42496_1.phpt34 if (oci_execute($s)) {
H A Dbug42496_2.phpt32 if (oci_execute($s)) {
H A Dbug42841.phpt54 oci_execute($stmt, OCI_DEFAULT);
55 oci_execute($cursor);
72 oci_execute($stmt, OCI_DEFAULT);
73 oci_execute($cursor);
97 oci_execute($stmt, OCI_DEFAULT);
98 oci_execute($cur, OCI_DEFAULT);
H A Dbug45458.phpt17 oci_execute($s);
28 oci_execute($s);
H A Dbug46994.phpt39 oci_execute($s, OCI_DEFAULT);
46 oci_execute($s, OCI_DEFAULT);
53 oci_execute($s, OCI_DEFAULT);
H A Dbug51291_2.phpt18 $r = @oci_execute($s, OCI_DEFAULT);
22 $r = oci_execute($s, OCI_DEFAULT);
H A Dbug36010.phpt19 $r = oci_execute($stid, OCI_DEFAULT);
H A Dbug36403.phpt2 Bug #36403 (oci_execute no longer supports OCI_DESCRIBE_ONLY)
29 oci_execute($s, OCI_DESCRIBE_ONLY);
H A Dbug37220.phpt33 $success = oci_execute($stmt, OCI_COMMIT_ON_SUCCESS);
42 oci_execute($stmt);
H A Dbug40415.phpt22 @oci_execute($s1);
23 @oci_execute($s2);
27 oci_execute($s1);
28 oci_execute($s2);
33 oci_execute($s);
39 oci_execute($s);
48 oci_execute($stmt);
64 oci_execute($stmt);
74 var_dump(oci_execute($cv));
92 @oci_execute($s1);
[all …]
H A Dbug43497.phpt23 if (oci_execute($stmt, OCI_DEFAULT)) {
38 if (oci_execute($stmt, OCI_DEFAULT)) {
54 if (oci_execute($stmt)) {
69 if (oci_execute($stmt)) {
83 if (oci_execute($stmt)) {
95 oci_execute($stmt);
101 oci_execute($stmt);
127 oci_execute($stmt);
H A Dbug43497_92.phpt27 if (oci_execute($stmt, OCI_DEFAULT)) {
42 if (oci_execute($stmt, OCI_DEFAULT)) {
58 if (oci_execute($stmt)) {
73 if (oci_execute($stmt)) {
87 if (oci_execute($stmt)) {
99 oci_execute($stmt);
105 oci_execute($stmt);
131 oci_execute($stmt);

Completed in 26 milliseconds

123456789