Searched refs:stream_xport_hash (Results 1 – 1 of 1) sorted by relevance
549 HashTable *stream_xport_hash; in PHP_FUNCTION() local558 if ((stream_xport_hash = php_stream_xport_get_hash())) { in PHP_FUNCTION()561 zend_hash_internal_pointer_reset_ex(stream_xport_hash, &pos); in PHP_FUNCTION()562 while (zend_hash_get_current_key_ex(stream_xport_hash, in PHP_FUNCTION()566 zend_hash_move_forward_ex(stream_xport_hash, &pos); in PHP_FUNCTION()
Completed in 19 milliseconds