Home
last modified time | relevance | path

Searched refs:oci_field_name (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/oci8/tests/
H A Dfield_funcs1.phpt37 var_dump(oci_field_name($s, -1));
46 var_dump(oci_field_name($s, "none"));
76 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
98 Warning: oci_field_name(): Invalid column name "none" in %s on line %d
H A Dbug36096.phpt16 var_dump(oci_field_name($stmt, 1));
H A Dbug36403.phpt26 echo oci_field_name($s, $i) . "\n";
H A Dfield_funcs.phpt48 var_dump(oci_field_name($s, $num));
H A Dfield_funcs3.phpt41 var_dump(oci_field_name($s, $num));
H A Dfield_funcs2.phpt44 $name = oci_field_name($s, $i);
H A Dbug42173.phpt55 var_dump(oci_field_name($s, $name));
H A Dimp_res_field.phpt60 $name = oci_field_name($s, $i);
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h573 ZEND_FUNCTION(oci_field_name);
665 ZEND_FE(oci_field_name, arginfo_oci_field_name)
666 ZEND_DEP_FALIAS(ocicolumnname, oci_field_name, arginfo_ocicolumnname)
H A Doci8.stub.php132 function oci_field_name($statement, string|int $column): string|false {} function
H A Doci8_interface.c1042 PHP_FUNCTION(oci_field_name) in PHP_FUNCTION() argument

Completed in 21 milliseconds