Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c618 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_to_fd_set()
622 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(stream_array), elem) { in stream_array_to_fd_set()
651 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) in stream_array_from_fd_set() argument
660 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_from_fd_set()
663 ht = zend_new_array(zend_hash_num_elements(Z_ARRVAL_P(stream_array))); in stream_array_from_fd_set()
694 zval_ptr_dtor(stream_array); in stream_array_from_fd_set()
695 ZVAL_ARR(stream_array, ht); in stream_array_from_fd_set()
700 static int stream_array_emulate_read_fd_set(zval *stream_array) in stream_array_emulate_read_fd_set() argument
709 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_emulate_read_fd_set()
740 zval_ptr_dtor(stream_array); in stream_array_emulate_read_fd_set()
[all …]

Completed in 7 milliseconds