Home
last modified time | relevance | path

Searched refs:OCI_DEFAULT (Results 1 – 25 of 97) sorted by relevance

1234

/PHP-8.3/ext/oci8/tests/
H A Dlob_038.phpt32 oci_execute($s, OCI_DEFAULT);
35 oci_execute($s, OCI_DEFAULT);
38 oci_execute($s, OCI_DEFAULT);
53 var_dump(oci_execute($s, OCI_DEFAULT));
80 oci_execute($s, OCI_DEFAULT);
83 oci_execute($s, OCI_DEFAULT);
86 oci_execute($s, OCI_DEFAULT);
97 var_dump(oci_execute($s, OCI_DEFAULT));
H A Dlob_018.phpt31 oci_execute($statement, OCI_DEFAULT);
40 oci_execute($statement, OCI_DEFAULT);
48 oci_execute($statement, OCI_DEFAULT);
59 oci_execute($statement, OCI_DEFAULT);
72 oci_execute($statement, OCI_DEFAULT);
79 oci_execute($statement, OCI_DEFAULT);
H A Dlob_011.phpt27 oci_execute($statement, OCI_DEFAULT);
42 oci_execute($statement, OCI_DEFAULT);
54 oci_execute($s, OCI_DEFAULT);
65 oci_execute($s, OCI_DEFAULT);
H A Dlob_039.phpt32 oci_execute($s, OCI_DEFAULT);
35 oci_execute($s, OCI_DEFAULT);
38 oci_execute($s, OCI_DEFAULT);
H A Doci_execute_segfault.phpt27 oci_execute($s, OCI_DEFAULT);
31 oci_execute($s, OCI_DEFAULT);
37 oci_execute($s, OCI_DEFAULT);
H A Dlob_022.phpt28 oci_execute($statement, OCI_DEFAULT);
38 oci_execute($statement, OCI_DEFAULT);
52 oci_execute($statement, OCI_DEFAULT);
61 oci_execute($statement, OCI_DEFAULT);
H A Dbug38161.phpt17 oci_execute($stid, OCI_DEFAULT);
25 oci_execute($stid, OCI_DEFAULT);
H A Dlob_037.phpt29 oci_execute($s, OCI_DEFAULT);
46 oci_execute($s, OCI_DEFAULT);
55 oci_execute($s, OCI_DEFAULT);
H A Dlob_004.phpt27 oci_execute($statement, OCI_DEFAULT);
40 oci_execute($s, OCI_DEFAULT);
51 oci_execute($s, OCI_DEFAULT);
H A Dlob_026.phpt27 oci_execute($statement, OCI_DEFAULT);
40 oci_execute($s, OCI_DEFAULT);
50 oci_execute($s, OCI_DEFAULT);
H A Dlob_027.phpt27 oci_execute($statement, OCI_DEFAULT);
38 oci_execute($s, OCI_DEFAULT);
47 oci_execute($s, OCI_DEFAULT);
62 oci_execute($s, OCI_DEFAULT);
H A Dlob_035.phpt27 oci_execute($statement, OCI_DEFAULT);
43 oci_execute($statement, OCI_DEFAULT);
55 oci_execute($s, OCI_DEFAULT);
92 oci_execute($s, OCI_DEFAULT);
H A Dbug51291_1.phpt35 $r = @oci_execute($s, OCI_DEFAULT);
45 $r = @oci_execute($s, OCI_DEFAULT);
56 $r = @oci_execute($s, OCI_DEFAULT);
74 $r = @oci_execute($s, OCI_DEFAULT);
78 $r = oci_execute($s2, OCI_DEFAULT);
93 $r = @oci_execute($s, OCI_DEFAULT);
97 $r = oci_execute($s, OCI_DEFAULT);
112 $r = @oci_execute($s, OCI_DEFAULT);
116 $r = oci_execute($s2, OCI_DEFAULT);
130 $r = @oci_execute($s, OCI_DEFAULT);
[all …]
H A Dlob_010.phpt27 oci_execute($statement, OCI_DEFAULT);
35 oci_execute($s, OCI_DEFAULT);
H A Ddescriptors.phpt27 oci_execute($statement, OCI_DEFAULT);
36 oci_execute($statement, OCI_DEFAULT);
H A Dlob_005.phpt27 oci_execute($statement, OCI_DEFAULT);
33 oci_execute($s, OCI_DEFAULT);
H A Dlob_012.phpt27 oci_execute($statement, OCI_DEFAULT);
37 oci_execute($s, OCI_DEFAULT);
H A Dbug46994.phpt42 oci_execute($s, OCI_DEFAULT);
49 oci_execute($s, OCI_DEFAULT);
56 oci_execute($s, OCI_DEFAULT);
H A Dbug42841.phpt57 oci_execute($stmt, OCI_DEFAULT);
75 oci_execute($stmt, OCI_DEFAULT);
100 oci_execute($stmt, OCI_DEFAULT);
101 oci_execute($cur, OCI_DEFAULT);
H A Dlob_007.phpt27 oci_execute($statement, OCI_DEFAULT);
38 oci_execute($s, OCI_DEFAULT);
H A Dlob_008.phpt27 oci_execute($statement, OCI_DEFAULT);
36 oci_execute($s, OCI_DEFAULT);
H A Dlob_009.phpt27 oci_execute($statement, OCI_DEFAULT);
36 oci_execute($s, OCI_DEFAULT);
H A Dlob_016.phpt30 oci_execute($statement, OCI_DEFAULT);
43 oci_execute($statement, OCI_DEFAULT);
H A Dlob_019.phpt27 oci_execute($statement, OCI_DEFAULT);
39 oci_execute($s, OCI_DEFAULT);
/PHP-8.3/ext/pdo_oci/
H A Dpdo_oci.c63 OCI_DEFAULT
117 OCIEnvInit(&pdo_oci_Env, OCI_DEFAULT, 0, NULL); in PHP_RINIT_FUNCTION()

Completed in 25 milliseconds

1234