/PHP-8.2/ext/oci8/tests/ |
H A D | lob_038.phpt | 31 oci_execute($s, OCI_DEFAULT); 34 oci_execute($s, OCI_DEFAULT); 37 oci_execute($s, OCI_DEFAULT); 52 var_dump(oci_execute($s, OCI_DEFAULT)); 79 oci_execute($s, OCI_DEFAULT); 82 oci_execute($s, OCI_DEFAULT); 85 oci_execute($s, OCI_DEFAULT); 96 var_dump(oci_execute($s, OCI_DEFAULT));
|
H A D | lob_018.phpt | 30 oci_execute($statement, OCI_DEFAULT); 39 oci_execute($statement, OCI_DEFAULT); 47 oci_execute($statement, OCI_DEFAULT); 58 oci_execute($statement, OCI_DEFAULT); 71 oci_execute($statement, OCI_DEFAULT); 78 oci_execute($statement, OCI_DEFAULT);
|
H A D | lob_011.phpt | 26 oci_execute($statement, OCI_DEFAULT); 41 oci_execute($statement, OCI_DEFAULT); 53 oci_execute($s, OCI_DEFAULT); 64 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_039.phpt | 31 oci_execute($s, OCI_DEFAULT); 34 oci_execute($s, OCI_DEFAULT); 37 oci_execute($s, OCI_DEFAULT);
|
H A D | oci_execute_segfault.phpt | 26 oci_execute($s, OCI_DEFAULT); 30 oci_execute($s, OCI_DEFAULT); 36 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_022.phpt | 27 oci_execute($statement, OCI_DEFAULT); 37 oci_execute($statement, OCI_DEFAULT); 51 oci_execute($statement, OCI_DEFAULT); 60 oci_execute($statement, OCI_DEFAULT);
|
H A D | bug38161.phpt | 13 oci_execute($stid, OCI_DEFAULT); 21 oci_execute($stid, OCI_DEFAULT);
|
H A D | lob_004.phpt | 26 oci_execute($statement, OCI_DEFAULT); 39 oci_execute($s, OCI_DEFAULT); 50 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_026.phpt | 26 oci_execute($statement, OCI_DEFAULT); 39 oci_execute($s, OCI_DEFAULT); 49 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_037.phpt | 28 oci_execute($s, OCI_DEFAULT); 45 oci_execute($s, OCI_DEFAULT); 54 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_035.phpt | 26 oci_execute($statement, OCI_DEFAULT); 42 oci_execute($statement, OCI_DEFAULT); 54 oci_execute($s, OCI_DEFAULT); 91 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_027.phpt | 26 oci_execute($statement, OCI_DEFAULT); 37 oci_execute($s, OCI_DEFAULT); 46 oci_execute($s, OCI_DEFAULT); 61 oci_execute($s, OCI_DEFAULT);
|
H A D | bug51291_1.phpt | 31 $r = @oci_execute($s, OCI_DEFAULT); 41 $r = @oci_execute($s, OCI_DEFAULT); 52 $r = @oci_execute($s, OCI_DEFAULT); 70 $r = @oci_execute($s, OCI_DEFAULT); 74 $r = oci_execute($s2, OCI_DEFAULT); 89 $r = @oci_execute($s, OCI_DEFAULT); 93 $r = oci_execute($s, OCI_DEFAULT); 108 $r = @oci_execute($s, OCI_DEFAULT); 112 $r = oci_execute($s2, OCI_DEFAULT); 126 $r = @oci_execute($s, OCI_DEFAULT); [all …]
|
H A D | lob_010.phpt | 26 oci_execute($statement, OCI_DEFAULT); 34 oci_execute($s, OCI_DEFAULT);
|
H A D | descriptors.phpt | 26 oci_execute($statement, OCI_DEFAULT); 35 oci_execute($statement, OCI_DEFAULT);
|
H A D | lob_005.phpt | 26 oci_execute($statement, OCI_DEFAULT); 32 oci_execute($s, OCI_DEFAULT);
|
H A D | bug46994.phpt | 41 oci_execute($s, OCI_DEFAULT); 48 oci_execute($s, OCI_DEFAULT); 55 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_012.phpt | 26 oci_execute($statement, OCI_DEFAULT); 36 oci_execute($s, OCI_DEFAULT);
|
H A D | bug42841.phpt | 56 oci_execute($stmt, OCI_DEFAULT); 74 oci_execute($stmt, OCI_DEFAULT); 99 oci_execute($stmt, OCI_DEFAULT); 100 oci_execute($cur, OCI_DEFAULT);
|
H A D | lob_008.phpt | 26 oci_execute($statement, OCI_DEFAULT); 35 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_007.phpt | 26 oci_execute($statement, OCI_DEFAULT); 37 oci_execute($s, OCI_DEFAULT);
|
H A D | uncommitted.phpt | 11 oci_execute($stmt, OCI_DEFAULT);
|
H A D | lob_009.phpt | 26 oci_execute($statement, OCI_DEFAULT); 35 oci_execute($s, OCI_DEFAULT);
|
H A D | lob_016.phpt | 29 oci_execute($statement, OCI_DEFAULT); 42 oci_execute($statement, OCI_DEFAULT);
|
/PHP-8.2/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()
|