Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c610 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_to_fd_set()
615 zend_hash_move_forward(Z_ARRVAL_P(stream_array))) { in stream_array_to_fd_set()
653 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_from_fd_set()
661 zend_hash_move_forward(Z_ARRVAL_P(stream_array))) { in stream_array_from_fd_set()
710 zend_hash_destroy(Z_ARRVAL_P(stream_array)); in stream_array_from_fd_set()
711 efree(Z_ARRVAL_P(stream_array)); in stream_array_from_fd_set()
714 Z_ARRVAL_P(stream_array) = new_hash; in stream_array_from_fd_set()
726 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_emulate_read_fd_set()
758 zend_hash_destroy(Z_ARRVAL_P(stream_array)); in stream_array_emulate_read_fd_set()
759 efree(Z_ARRVAL_P(stream_array)); in stream_array_emulate_read_fd_set()
[all …]

Completed in 12 milliseconds