Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/tests/
H A Dbind_sqltint.phpt2 Bind with SQLT_INT
45 echo "\nTEST142 insert numbers SQLT_INT\n";
218 TEST141 wrong bind type SQLT_INT
227 TEST142 insert numbers SQLT_INT
236 TEST143 insert numbers, SQLT_INT
245 TEST144 insert numbers with SQLT_INT
254 TEST145 insert numbers with SQLT_INT
272 TEST147 insert numbers with SQLT_INT
281 TEST148 insert numbers with SQLT_INT
290 TEST149 insert numbers with SQLT_INT
[all …]
H A Dbug68298.phpt23 oci_bind_by_name($s, ":INTVALUE", $intvalue, -1, SQLT_INT);
28 oci_bind_by_name($s, ":INTVALUE", $intvalue, -1, SQLT_INT);
H A Darray_bind_int1.phpt2 oci_bind_array_by_name() and SQLT_INT
58 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_INT);
H A Dbug38161.phpt20 oci_bind_by_name($stid, ":bv", $bv, 22, SQLT_INT);
H A Dbug74625.phpt33 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_INT);
H A Dbug71422.phpt26 oci_bind_by_name($stmt, ':test_id', $value, -1, SQLT_INT);
H A Dbind_query.phpt28 oci_bind_by_name( $s, ":eno", $e, -1, SQLT_INT);
H A Darray_bind_014.phpt58 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.phpt21 oci_bind_by_name($s, ":idbv", $idbv, -1, SQLT_INT);
22 oci_bind_by_name($s, ":vbv", $vbv, -1, SQLT_INT);
H A Dbind_boolean_1.phpt79 oci_bind_by_name($s, ':userid', $userid, -1, SQLT_INT);
H A Dimp_res_dbmsoutput.phpt62 oci_bind_by_name($s, ":st", $st, -1, SQLT_INT);
H A Dbug27303_3.phpt30 $r = oci_bind_by_name($stid, ':MYBV', $mybv, 5, SQLT_INT);
H A Dimp_res_get_dbmsoutput.phpt66 oci_bind_by_name($s, ":st", $st, -1, SQLT_INT);
H A Dbind_number.phpt115 oci_bind_by_name($s, ":f1", $f1, -1, SQLT_INT);
H A Drefcur_prefetch_4.phpt82 if (!oci_bind_by_name($s2, ":c1", $c1, -1, SQLT_INT)) {
H A Drefcur_prefetch_2.phpt80 if (!oci_bind_by_name($s2, ":c1", $c1, -1, SQLT_INT)) {
H A Drefcur_prefetch_1.phpt113 if (!oci_bind_by_name($s2,":c1",$c1,-1,SQLT_INT)) {
H A Ddbmsoutput.phpt53 oci_bind_by_name($s, ":bv1", $i, -1, SQLT_INT);
66 oci_bind_by_name($s, ":st", $st, -1, SQLT_INT);
/PHP-8.2/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 33 milliseconds