Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_streams.h585 PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf);
/PHP-8.1/main/streams/
H A Dstreams.c848 PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf) in php_stream_locate_eol() function
928 eol = php_stream_locate_eol(stream, NULL); in _php_stream_get_line()
/PHP-8.1/ext/standard/
H A Dfile.c775 if (!(p = (char*)php_stream_locate_eol(stream, target_buf))) { in PHP_FUNCTION()

Completed in 27 milliseconds