Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/tests/
H A Dfield_funcs1.phpt41 var_dump(oci_field_name($s, -1));
50 var_dump(oci_field_name($s, "none"));
80 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
102 Warning: oci_field_name(): Invalid column name "none" in %s on line %d
H A Dbug36096.phpt20 var_dump(oci_field_name($stmt, 1));
H A Dbug36403.phpt30 echo oci_field_name($s, $i) . "\n";
H A Dfield_funcs2.phpt48 $name = oci_field_name($s, $i);
H A Dfield_funcs3.phpt45 var_dump(oci_field_name($s, $num));
H A Dfield_funcs.phpt49 var_dump(oci_field_name($s, $num));
H A Dbug42173.phpt56 var_dump(oci_field_name($s, $name));
H A Dimp_res_field.phpt61 $name = oci_field_name($s, $i);
/PHP-8.3/ext/oci8/
H A Doci8_arginfo.h578 ZEND_FUNCTION(oci_field_name);
671 ZEND_FE(oci_field_name, arginfo_oci_field_name)
672 ZEND_DEP_FALIAS(ocicolumnname, oci_field_name, arginfo_ocicolumnname)
H A Doci8.stub.php529 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 31 milliseconds