Searched refs:dtablesize (Results 1 – 1 of 1) sorted by relevance
306 int dtablesize; in php_stream_url_wrap_php() local331 dtablesize = getdtablesize(); in php_stream_url_wrap_php()333 dtablesize = INT_MAX; in php_stream_url_wrap_php()336 if (fildes_ori < 0 || fildes_ori >= dtablesize) { in php_stream_url_wrap_php()338 "The file descriptors must be non-negative numbers smaller than %d", dtablesize); in php_stream_url_wrap_php()
Completed in 5 milliseconds