Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstreamsfuncs.c663 zend_ulong num_ind; in stream_array_from_fd_set() local
671 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(stream_array), num_ind, key, elem) { in stream_array_from_fd_set()
687 dest_elem = zend_hash_index_update(Z_ARRVAL(new_array), num_ind, elem); in stream_array_from_fd_set()
713 zend_ulong num_ind; in stream_array_emulate_read_fd_set() local
722 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(stream_array), num_ind, key, elem) { in stream_array_emulate_read_fd_set()
736 dest_elem = zend_hash_index_update(Z_ARRVAL(new_array), num_ind, elem); in stream_array_emulate_read_fd_set()

Completed in 7 milliseconds