Home
last modified time | relevance | path

Searched refs:SQLT_INT (Results 1 – 22 of 22) sorted by relevance

/PHP-8.3/ext/oci8/tests/
H A Dbind_sqltint.phpt2 Bind with SQLT_INT
49 echo "\nTEST142 insert numbers SQLT_INT\n";
222 TEST141 wrong bind type SQLT_INT
231 TEST142 insert numbers SQLT_INT
240 TEST143 insert numbers, SQLT_INT
249 TEST144 insert numbers with SQLT_INT
258 TEST145 insert numbers with SQLT_INT
276 TEST147 insert numbers with SQLT_INT
285 TEST148 insert numbers with SQLT_INT
294 TEST149 insert numbers with SQLT_INT
[all …]
H A Dbug68298.phpt24 oci_bind_by_name($s, ":INTVALUE", $intvalue, -1, SQLT_INT);
29 oci_bind_by_name($s, ":INTVALUE", $intvalue, -1, SQLT_INT);
H A Darray_bind_int1.phpt2 oci_bind_array_by_name() and SQLT_INT
59 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_INT);
H A Dbug38161.phpt24 oci_bind_by_name($stid, ":bv", $bv, 22, SQLT_INT);
H A Dbug74625.phpt37 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_INT);
H A Dbind_query.phpt32 oci_bind_by_name( $s, ":eno", $e, -1, SQLT_INT);
H A Dbug71422.phpt30 oci_bind_by_name($stmt, ':test_id', $value, -1, SQLT_INT);
H A Darray_bind_014.phpt59 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_INT);
H A Darray_bind_int.phpt2 oci_bind_array_by_name() and SQLT_INT
H A Dfetch_all3.phpt25 oci_bind_by_name($s, ":idbv", $idbv, -1, SQLT_INT);
26 oci_bind_by_name($s, ":vbv", $vbv, -1, SQLT_INT);
H A Dbind_boolean_1.phpt80 oci_bind_by_name($s, ':userid', $userid, -1, SQLT_INT);
H A Dbug27303_3.phpt34 $r = oci_bind_by_name($stid, ':MYBV', $mybv, 5, SQLT_INT);
H A Dimp_res_dbmsoutput.phpt63 oci_bind_by_name($s, ":st", $st, -1, SQLT_INT);
H A Dimp_res_get_dbmsoutput.phpt67 oci_bind_by_name($s, ":st", $st, -1, SQLT_INT);
H A Dbind_number.phpt119 oci_bind_by_name($s, ":f1", $f1, -1, SQLT_INT);
H A Drefcur_prefetch_4.phpt84 if (!oci_bind_by_name($s2, ":c1", $c1, -1, SQLT_INT)) {
H A Drefcur_prefetch_2.phpt82 if (!oci_bind_by_name($s2, ":c1", $c1, -1, SQLT_INT)) {
H A Drefcur_prefetch_1.phpt115 if (!oci_bind_by_name($s2,":c1",$c1,-1,SQLT_INT)) {
H A Ddbmsoutput.phpt54 oci_bind_by_name($s, ":bv1", $i, -1, SQLT_INT);
67 oci_bind_by_name($s, ":st", $st, -1, SQLT_INT);
/PHP-8.3/ext/oci8/
H A Doci8_statement.c962 case SQLT_INT: in php_oci_bind_pre_exec()
1029 case SQLT_INT: in php_oci_bind_post_exec()
1181 case SQLT_INT: in php_oci_bind_by_name()
1629 case SQLT_INT: in php_oci_bind_array_by_name()
H A Doci8_arginfo.h821 REGISTER_LONG_CONSTANT("SQLT_INT", SQLT_INT, CONST_PERSISTENT); in register_oci8_symbols()
851 REGISTER_LONG_CONSTANT("OCI_B_INT", SQLT_INT, CONST_PERSISTENT); in register_oci8_symbols()
H A Doci8.stub.php103 const SQLT_INT = UNKNOWN; define

Completed in 34 milliseconds