Searched refs:dtablesize (Results 1 – 1 of 1) sorted by relevance
296 int dtablesize; in php_stream_url_wrap_php() local321 dtablesize = getdtablesize(); in php_stream_url_wrap_php()323 dtablesize = INT_MAX; in php_stream_url_wrap_php()326 if (fildes_ori < 0 || fildes_ori >= dtablesize) { in php_stream_url_wrap_php()328 "The file descriptors must be non-negative numbers smaller than %d", dtablesize); in php_stream_url_wrap_php()
Completed in 7 milliseconds