--TEST-- Bug #44618 (Fetching may rely on uninitialized data) --EXTENSIONS-- odbc --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- Warning: odbc_fetch_array(): Cannot get data of column #3 (retcode 100) in %s on line %d array(3) { ["ID"]=> string(1) "1" ["real1"]=> string(5) "10.02" ["text1"]=> bool(false) } Warning: odbc_fetch_into(): Cannot get data of column #3 (retcode 100) in %s on line %d array(3) { [0]=> string(1) "1" [1]=> string(5) "10.02" [2]=> bool(false) } Warning: odbc_result(): Cannot get data of column #3 (retcode 100) in %s on line %d bool(false) Deprecated: Function odbc_result_all() is deprecated in %s on line %d
IDreal1text1
110.02
Warning: odbc_result_all(): Cannot get data of column #3 (retcode 100) in %s on line %d