/PHP-8.3/ext/oci8/tests/ |
H A D | lob_038.phpt | 32 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 D | lob_018.phpt | 31 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 D | lob_011.phpt | 27 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 D | lob_039.phpt | 32 oci_execute($s, OCI_DEFAULT); 35 oci_execute($s, OCI_DEFAULT); 38 oci_execute($s, OCI_DEFAULT);
|
H A D | oci_execute_segfault.phpt | 27 oci_execute($s, OCI_DEFAULT); 31 oci_execute($s, OCI_DEFAULT); 37 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_022.phpt | 28 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 D | bug38161.phpt | 17 oci_execute($stid, OCI_DEFAULT); 25 oci_execute($stid, OCI_DEFAULT);
|
H A D | lob_037.phpt | 29 oci_execute($s, OCI_DEFAULT); 46 oci_execute($s, OCI_DEFAULT); 55 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_004.phpt | 27 oci_execute($statement, OCI_DEFAULT); 40 oci_execute($s, OCI_DEFAULT); 51 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_026.phpt | 27 oci_execute($statement, OCI_DEFAULT); 40 oci_execute($s, OCI_DEFAULT); 50 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_027.phpt | 27 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 D | lob_035.phpt | 27 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 D | bug51291_1.phpt | 35 $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 D | lob_010.phpt | 27 oci_execute($statement, OCI_DEFAULT); 35 oci_execute($s, OCI_DEFAULT);
|
H A D | descriptors.phpt | 27 oci_execute($statement, OCI_DEFAULT); 36 oci_execute($statement, OCI_DEFAULT);
|
H A D | lob_005.phpt | 27 oci_execute($statement, OCI_DEFAULT); 33 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_012.phpt | 27 oci_execute($statement, OCI_DEFAULT); 37 oci_execute($s, OCI_DEFAULT);
|
H A D | bug46994.phpt | 42 oci_execute($s, OCI_DEFAULT); 49 oci_execute($s, OCI_DEFAULT); 56 oci_execute($s, OCI_DEFAULT);
|
H A D | bug42841.phpt | 57 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 D | lob_007.phpt | 27 oci_execute($statement, OCI_DEFAULT); 38 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_008.phpt | 27 oci_execute($statement, OCI_DEFAULT); 36 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_009.phpt | 27 oci_execute($statement, OCI_DEFAULT); 36 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_016.phpt | 30 oci_execute($statement, OCI_DEFAULT); 43 oci_execute($statement, OCI_DEFAULT);
|
H A D | lob_019.phpt | 27 oci_execute($statement, OCI_DEFAULT); 39 oci_execute($s, OCI_DEFAULT);
|
/PHP-8.3/ext/pdo_oci/ |
H A D | pdo_oci.c | 63 OCI_DEFAULT 117 OCIEnvInit(&pdo_oci_Env, OCI_DEFAULT, 0, NULL); in PHP_RINIT_FUNCTION()
|