Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c547 HashTable *stream_xport_hash; in PHP_FUNCTION() local
556 if ((stream_xport_hash = php_stream_xport_get_hash())) { in PHP_FUNCTION()
559 zend_hash_internal_pointer_reset_ex(stream_xport_hash, &pos); in PHP_FUNCTION()
560 while (zend_hash_get_current_key_ex(stream_xport_hash, in PHP_FUNCTION()
564 zend_hash_move_forward_ex(stream_xport_hash, &pos); in PHP_FUNCTION()

Completed in 17 milliseconds