Home
last modified time | relevance | path

Searched refs:odbc_result (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/ext/odbc/
H A Dphp_odbc.c99 odbc_result *res = (odbc_result *)rsrc->ptr; in ZEND_GET_MODULE()
813 result = (odbc_result *)ecalloc(1, sizeof(odbc_result)); in PHP_FUNCTION()
1216 result = (odbc_result *)ecalloc(1, sizeof(odbc_result)); in PHP_FUNCTION()
2734 result = (odbc_result *)ecalloc(1, sizeof(odbc_result)); in PHP_FUNCTION()
2802 result = (odbc_result *)ecalloc(1, sizeof(odbc_result)); in PHP_FUNCTION()
2873 result = (odbc_result *)ecalloc(1, sizeof(odbc_result)); in PHP_FUNCTION()
2950 result = (odbc_result *)ecalloc(1, sizeof(odbc_result)); in PHP_FUNCTION()
3017 result = (odbc_result *)ecalloc(1, sizeof(odbc_result)); in PHP_FUNCTION()
3075 result = (odbc_result *)ecalloc(1, sizeof(odbc_result)); in PHP_FUNCTION()
3138 result = (odbc_result *)ecalloc(1, sizeof(odbc_result)); in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h212 typedef struct odbc_result { struct
225 } odbc_result; argument
247 int odbc_add_result(HashTable *list, odbc_result *result);
248 odbc_result *odbc_get_result(HashTable *list, int count);
253 int odbc_bindcols(odbc_result *result);
H A Dodbc_arginfo.h277 ZEND_FUNCTION(odbc_result);
345 ZEND_FE(odbc_result, arginfo_odbc_result)
H A Dodbc.stub.php371 function odbc_result($statement, string|int $field): string|bool|null {} function
/PHP-8.3/ext/odbc/tests/
H A Dodbc_fetch_row_001.phpt23 var_dump(odbc_result($res, 'test'));
26 var_dump(odbc_result($res, 'test'));
29 var_dump(odbc_result($res, 'test'));
H A Dbug68087.phpt24 $id = odbc_result($res, "ID");
25 $varchar_col = odbc_result($res, "VARCHAR_COL");
26 $date = odbc_result($res, "DATE_COL");
H A Dodbc_free_result_001.phpt21 var_dump(odbc_result($res, 'test'));
34 var_dump(odbc_result($res, 'test'));
51 odbc_result(): supplied resource is not a valid ODBC result resource
H A Dbug60616.phpt45 $char_col = odbc_result($res, "CHAR_COL");
46 $varchar_col = odbc_result($res, "VARCHAR_COL");
47 $id = odbc_result($res, "ID");
49 while (($chunk=odbc_result($res, "TEXT_COL")) !== false) {
H A Dbug44618.phpt32 var_dump(odbc_result($result, "text1"));
66 Warning: odbc_result(): Cannot get data of column #3 (retcode 100) in %s on line %d
H A Dodbc_commit_001.phpt20 var_dump(odbc_result($res, "test"));
H A Dodbc_exec_002.phpt20 var_dump(odbc_result($res, 'test'));
H A Dodbc_longreadlen_001.phpt19 var_dump(odbc_result($res, 'whatever'));
H A Dodbc_rollback_001.phpt20 var_dump(odbc_result($res, "test"));
H A Dbug80147.phpt19 var_dump(odbc_result($res, 'whatever'));
H A Dbug69354.phpt21 $ret = odbc_result($res,'varchar_col');

Completed in 21 milliseconds