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