Searched refs:oci_field_is_null (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | field_funcs1.phpt | 40 var_dump(oci_field_is_null($s, -1)); 49 var_dump(oci_field_is_null($s, "none")); 77 Warning: oci_field_is_null(): Invalid column index "-1" in %s on line %d 99 Warning: oci_field_is_null(): Invalid column name "none" in %s on line %d
|
H A D | field_funcs3.phpt | 44 var_dump(oci_field_is_null($s, $num));
|
H A D | field_funcs.phpt | 48 var_dump(oci_field_is_null($s, $num));
|
H A D | bug42173.phpt | 55 var_dump(oci_field_is_null($s, $name));
|
H A D | imp_res_field.phpt | 60 $is_null = oci_field_is_null($s, $i) ? "T" : "F";
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_arginfo.h | 584 ZEND_FUNCTION(oci_field_is_null); 683 ZEND_FE(oci_field_is_null, arginfo_oci_field_is_null) 684 ZEND_DEP_FALIAS(ocicolumnisnull, oci_field_is_null, arginfo_ocicolumnisnull)
|
H A D | oci8.stub.php | 589 function oci_field_is_null($statement, string|int $column): bool {} function
|
H A D | oci8_interface.c | 1186 PHP_FUNCTION(oci_field_is_null) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds