Home
last modified time | relevance | path

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

/PHP-5.5/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"));
57 var_dump(oci_field_type_raw($c, -1));
66 var_dump(oci_field_type_raw($s, array()));
103 Warning: oci_field_type_raw(): Invalid column index "-1" in %s on line %d
125 Warning: oci_field_type_raw(): Invalid column name "none" in %s on line %d
147 Warning: oci_field_type_raw(): supplied resource is not a valid oci8 statement resource in %s on li…
169 Warning: oci_field_type_raw(): Invalid column index "0" in %s on line %d
H A Dfield_funcs3.phpt43 var_dump(oci_field_type_raw($s, $num));
H A Dfield_funcs.phpt48 var_dump(oci_field_type_raw($s, $num));
H A Dfield_funcs0.phpt48 var_dump(oci_field_type_raw($s, $num));
H A Dbug42173.phpt55 var_dump(oci_field_type_raw($s, $name));
H A Dreflection1.phpt19 reflection::export(new reflectionfunction('oci_field_type_raw'));
215 Function [ <internal%s> function oci_field_type_raw ] {
/PHP-5.5/ext/oci8/
H A Doci8.c765 PHP_FUNCTION(oci_field_type_raw);
851 PHP_FE(oci_field_type_raw, arginfo_oci_field_type_raw)
926 PHP_FALIAS(ocicolumntyperaw, oci_field_type_raw, arginfo_oci_field_type_raw)
H A Doci8_interface.c1280 PHP_FUNCTION(oci_field_type_raw) argument

Completed in 70 milliseconds