Searched refs:oci_field_is_null (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/ext/oci8/tests/ |
H A D | field_funcs1.phpt | 36 var_dump(oci_field_is_null($s, -1)); 45 var_dump(oci_field_is_null($s, "none")); 54 var_dump(oci_field_is_null($c, -1)); 63 var_dump(oci_field_is_null($s, array())); 94 Warning: oci_field_is_null(): Invalid column index "-1" in %s on line %d 116 Warning: oci_field_is_null(): Invalid column name "none" in %s on line %d 138 Warning: oci_field_is_null(): supplied resource is not a valid oci8 statement resource in %s on lin… 160 Warning: oci_field_is_null(): Invalid column index "0" in %s on line %d
|
H A D | field_funcs.phpt | 45 var_dump(oci_field_is_null($s, $num));
|
H A D | field_funcs0.phpt | 45 var_dump(oci_field_is_null($s, $num));
|
H A D | field_funcs3.phpt | 40 var_dump(oci_field_is_null($s, $num));
|
H A D | bug42173.phpt | 52 var_dump(oci_field_is_null($s, $name));
|
H A D | reflection1.phpt | 13 reflection::export(new reflectionfunction('oci_field_is_null')); 167 Function [ <internal%s> function oci_field_is_null ] {
|
/PHP-5.3/ext/oci8/ |
H A D | oci8.c | 759 PHP_FUNCTION(oci_field_is_null); 845 PHP_FE(oci_field_is_null, arginfo_oci_field_is_null) 920 PHP_FALIAS(ocicolumnisnull, oci_field_is_null, arginfo_oci_field_is_null)
|
H A D | oci8_interface.c | 1294 PHP_FUNCTION(oci_field_is_null) argument
|
Completed in 19 milliseconds