Home
last modified time | relevance | path

Searched refs:setsize (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/spl/tests/
H A DSplFixedArray_setsize_001.phpt2 SPL: FixedArray: setsize - populate array, then shrink
/PHP-8.2/main/
H A Dphp_network.h214 static inline bool _php_check_fd_setsize(php_socket_t *max_fd, int setsize) in _php_check_fd_setsize() argument
218 if (setsize + 1 >= FD_SETSIZE) { in _php_check_fd_setsize()
219 _php_emit_fd_setsize_warning(setsize); in _php_check_fd_setsize()
223 (void)(setsize); // Unused in _php_check_fd_setsize()
/PHP-8.2/ext/standard/tests/streams/
H A Dgh9590-001.phpt31 --enable-fd-setsize=%d is recommended, but you may want to set it
H A Dgh9590-002.phpt33 --enable-fd-setsize=%d is recommended, but you may want to set it
/PHP-8.2/ext/mysqli/tests/
H A Dgh9590.phpt59 --enable-fd-setsize=%d is recommended, but you may want to set it
/PHP-8.2/
H A Dconfigure.ac1063 PHP_ARG_ENABLE([fd-setsize],,
1064 [AS_HELP_STRING([--enable-fd-setsize],
1074 AC_MSG_ERROR([Invalid value passed to --enable-fd-setsize!])
/PHP-8.2/win32/build/
H A Dconfig.w32338 ARG_ENABLE('fd-setsize', "Set maximum number of sockets for select(2)", "256");

Completed in 30 milliseconds