Searched refs:setsize (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/spl/tests/ |
H A D | SplFixedArray_setsize_001.phpt | 2 SPL: FixedArray: setsize - populate array, then shrink
|
/php-src/main/ |
H A D | php_network.h | 212 static inline bool _php_check_fd_setsize(php_socket_t *max_fd, int setsize) in _php_check_fd_setsize() argument 216 if (setsize + 1 >= FD_SETSIZE) { in _php_check_fd_setsize() 217 _php_emit_fd_setsize_warning(setsize); in _php_check_fd_setsize() 221 (void)(setsize); // Unused in _php_check_fd_setsize()
|
/php-src/ext/standard/tests/streams/ |
H A D | gh9590-001.phpt | 31 --enable-fd-setsize=%d is recommended, but you may want to set it
|
H A D | gh9590-002.phpt | 33 --enable-fd-setsize=%d is recommended, but you may want to set it
|
/php-src/ext/mysqli/tests/ |
H A D | gh9590.phpt | 56 --enable-fd-setsize=%d is recommended, but you may want to set it
|
/php-src/ |
H A D | configure.ac | 1007 PHP_ARG_ENABLE([fd-setsize],, 1008 [AS_HELP_STRING([--enable-fd-setsize], 1018 AC_MSG_ERROR([Invalid value passed to --enable-fd-setsize!])
|
/php-src/win32/build/ |
H A D | config.w32 | 335 ARG_ENABLE('fd-setsize', "Set maximum number of sockets for select(2)", "256");
|
Completed in 12 milliseconds