Searched refs:oci_field_type (Results 1 – 10 of 10) sorted by relevance
/PHP-7.2/ext/oci8/tests/ |
H A D | field_funcs1.phpt | 38 var_dump(oci_field_type($s, -1)); 47 var_dump(oci_field_type($s, "none")); 56 var_dump(oci_field_type($c, -1)); 65 var_dump(oci_field_type($s, array())); 100 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d 122 Warning: oci_field_type(): Invalid column name "none" in %s on line %d 144 Warning: oci_field_type(): supplied resource is not a valid oci8 statement resource in %s on line %d 166 Warning: oci_field_type(): Invalid column index "0" in %s on line %d
|
H A D | bug36096.phpt | 17 var_dump(oci_field_type($stmt, 1));
|
H A D | field_funcs.phpt | 47 var_dump(oci_field_type($s, $num));
|
H A D | field_funcs0.phpt | 47 var_dump(oci_field_type($s, $num));
|
H A D | field_funcs3.phpt | 42 var_dump(oci_field_type($s, $num));
|
H A D | bug42173.phpt | 54 var_dump(oci_field_type($s, $name));
|
H A D | imp_res_field.phpt | 64 $type = oci_field_type($s, $i);
|
H A D | reflection1.phpt | 18 reflection::export(new reflectionfunction('oci_field_type')); 208 Function [ <internal%s> function oci_field_type ] {
|
/PHP-7.2/ext/oci8/ |
H A D | oci8.c | 644 PHP_FUNCTION(oci_field_type); 730 PHP_FE(oci_field_type, arginfo_oci_field_type) 810 PHP_FALIAS(ocicolumntype, oci_field_type, arginfo_oci_field_type)
|
H A D | oci8_interface.c | 1274 PHP_FUNCTION(oci_field_type) in PHP_FUNCTION() argument
|
Completed in 26 milliseconds