Home
last modified time | relevance | path

Searched refs:odbc_field_type (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/odbc/tests/
H A Dodbc_field_type_001.phpt2 odbc_field_type(): Getting the type of the field
18 odbc_field_type($res, 0);
22 var_dump(odbc_field_type($res, 1));
23 var_dump(odbc_field_type($res, 2));
24 var_dump(odbc_field_type($res, 3));
25 var_dump(odbc_field_type($res, 4));
35 odbc_field_type(): Argument #2 ($field) must be greater than 0
40 Warning: odbc_field_type(): Field index larger than number of fields in %s on line %d
/php-src/ext/odbc/
H A Dodbc_arginfo.h288 ZEND_FUNCTION(odbc_field_type);
355 ZEND_FE(odbc_field_type, arginfo_odbc_field_type)
H A Dodbc.stub.php392 function odbc_field_type(Odbc\Result $statement, int $field): string|false {}
H A Dphp_odbc.c2566 PHP_FUNCTION(odbc_field_type)

Completed in 18 milliseconds