Home
last modified time | relevance | path

Searched refs:oci_field_type (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/oci8/tests/
H A Dfield_funcs1.phpt38 var_dump(oci_field_type($s, -1));
47 var_dump(oci_field_type($s, "none"));
79 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
101 Warning: oci_field_type(): Invalid column name "none" in %s on line %d
H A Dbug36096.phpt17 var_dump(oci_field_type($stmt, 1));
H A Dfield_funcs.phpt47 var_dump(oci_field_type($s, $num));
H A Dfield_funcs3.phpt42 var_dump(oci_field_type($s, $num));
H A Dbug42173.phpt54 var_dump(oci_field_type($s, $name));
H A Dimp_res_field.phpt64 $type = oci_field_type($s, $i);
/PHP-8.0/ext/oci8/
H A Doci8_arginfo.h575 ZEND_FUNCTION(oci_field_type);
671 ZEND_FE(oci_field_type, arginfo_oci_field_type)
672 ZEND_DEP_FALIAS(ocicolumntype, oci_field_type, arginfo_ocicolumntype)
H A Doci8.stub.php172 function oci_field_type($statement, string|int $column): string|int|false {} function
H A Doci8_interface.c1094 PHP_FUNCTION(oci_field_type) in PHP_FUNCTION() argument

Completed in 25 milliseconds