Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 2 of 2) sorted by relevance

/php-src/win32/
H A Dselect.c41 int retcode; in php_select() local
101 retcode = 0; in php_select()
113 retcode = select(-1, &aread, &awrite, &aexcept, &tvslice); in php_select()
119 wret = WaitForMultipleObjects(n_handles, handles, FALSE, retcode > 0 ? 0 : 100); in php_select()
128 if (retcode == 0) { in php_select()
129 retcode = -1; in php_select()
132 if (retcode < 0) { in php_select()
133 retcode = 0; in php_select()
146 retcode++; in php_select()
151 } while (retcode == 0 && (ms_total == INFINITE || GetTickCount64() < limit)); in php_select()
[all …]
/php-src/ext/odbc/tests/
H A Dbug44618.phpt46 Warning: odbc_fetch_array(): Cannot get data of column #3 (retcode 100) in %s on line %d
56 Warning: odbc_fetch_into(): Cannot get data of column #3 (retcode 100) in %s on line %d
66 Warning: odbc_result(): Cannot get data of column #3 (retcode 100) in %s on line %d
72 Warning: odbc_result_all(): Cannot get data of column #3 (retcode 100) in %s on line %d

Completed in 13 milliseconds