Home
last modified time | relevance | path

Searched refs:oci_field_type_raw (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/oci8/tests/
H A Dfield_funcs1.phpt39 var_dump(oci_field_type_raw($s, -1));
48 var_dump(oci_field_type_raw($s, "none"));
82 Warning: oci_field_type_raw(): Invalid column index "-1" in %s on line %d
104 Warning: oci_field_type_raw(): Invalid column name "none" in %s on line %d
H A Dfield_funcs.phpt50 var_dump(oci_field_type_raw($s, $num));
H A Dfield_funcs3.phpt43 var_dump(oci_field_type_raw($s, $num));
H A Dbug42173.phpt57 var_dump(oci_field_type_raw($s, $name));
H A Dimp_res_field.phpt64 $typeraw = oci_field_type_raw($s, $i);
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h578 ZEND_FUNCTION(oci_field_type_raw);
675 ZEND_FE(oci_field_type_raw, arginfo_oci_field_type_raw)
676 ZEND_DEP_FALIAS(ocicolumntyperaw, oci_field_type_raw, arginfo_ocicolumntyperaw)
H A Doci8.stub.php182 function oci_field_type_raw($statement, string|int $column): int|false {} function
H A Doci8_interface.c1173 PHP_FUNCTION(oci_field_type_raw) in PHP_FUNCTION() argument

Completed in 19 milliseconds