birdstep_find_result 107 ext/odbc/birdstep.c #define PHP_GET_BIRDSTEP_RES_IDX(id) convert_to_long_ex(id); if (!(res = birdstep_find_result(list, Z_LVAL_PP(id)))) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Not result index (%ld)", Z_LVAL_PP(id)); RETURN_FALSE; } birdstep_find_result 211 ext/odbc/birdstep.c static Vresult * birdstep_find_result(HashTable *list,int ind)