Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dinfo.c838 HashTable *stream_filter_hash; in php_print_info() local
843 if ((stream_filter_hash = php_get_stream_filters_hash())) { in php_print_info()
845 for(zend_hash_internal_pointer_reset_ex(stream_filter_hash, &pos); in php_print_info()
846 …zend_hash_get_current_key_ex(stream_filter_hash, &filter_name, (uint *)&filter_name_len, &num_key,… in php_print_info()
847 zend_hash_move_forward_ex(stream_filter_hash, &pos)) { in php_print_info()

Completed in 8 milliseconds