Home
last modified time | relevance | path

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

/php-src/ext/bz2/
H A Dbz2.c322 data = php_stream_read_to_str(stream, len); in PHP_FUNCTION()
/php-src/main/
H A Dphp_streams.h324 PHPAPI zend_string *php_stream_read_to_str(php_stream *stream, size_t len);
/php-src/ext/standard/
H A Dfile.c1608 str = php_stream_read_to_str(stream, len); in PHP_FUNCTION()
/php-src/main/streams/
H A Dstreams.c792 PHPAPI zend_string *php_stream_read_to_str(php_stream *stream, size_t len) in php_stream_read_to_str() function
/php-src/ext/spl/
H A Dspl_directory.c2632 str = php_stream_read_to_str(intern->u.file.stream, length); in PHP_METHOD()

Completed in 33 milliseconds