Home
last modified time | relevance | path

Searched refs:SQLT_BFLOAT (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Darray_bind_bfloat.phpt2 Unsupported type: oci_bind_array_by_name() and SQLT_BFLOAT
9 if (!defined('SQLT_BFLOAT')) die('skip SQLT_BFLOAT type not available on older Oracle clients');
18 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_BFLOAT);
H A Dbind_unsupported_2.phpt12 "SQLT_BFLOAT" => SQLT_BFLOAT,
29 Test - SQLT_BFLOAT
/PHP-8.2/ext/oci8/
H A Doci8.stub.php183 const SQLT_BFLOAT = UNKNOWN; define
H A Doci8_arginfo.h837 REGISTER_LONG_CONSTANT("SQLT_BFLOAT", SQLT_BFLOAT, CONST_PERSISTENT); in register_oci8_symbols()
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c933 case SQLT_BFLOAT: in oci_stmt_col_meta()

Completed in 21 milliseconds