Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c629 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_to_fd_set()
633 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(stream_array), elem) { in stream_array_to_fd_set()
662 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) in stream_array_from_fd_set() argument
671 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_from_fd_set()
674 ht = zend_new_array(zend_hash_num_elements(Z_ARRVAL_P(stream_array))); in stream_array_from_fd_set()
705 zval_ptr_dtor(stream_array); in stream_array_from_fd_set()
706 ZVAL_ARR(stream_array, ht); in stream_array_from_fd_set()
711 static int stream_array_emulate_read_fd_set(zval *stream_array) in stream_array_emulate_read_fd_set() argument
720 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_emulate_read_fd_set()
751 zval_ptr_dtor(stream_array); in stream_array_emulate_read_fd_set()
[all …]

Completed in 9 milliseconds