Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dstreamsfuncs.c549 HashTable *stream_xport_hash; in PHP_FUNCTION() local
558 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 8 milliseconds