Home
last modified time | relevance | path

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

/PHP-8.4/main/
H A Dphp_streams.h595 PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf);
/PHP-8.4/main/streams/
H A Dstreams.c879 PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf) in php_stream_locate_eol() function
959 eol = php_stream_locate_eol(stream, NULL); in _php_stream_get_line()
/PHP-8.4/ext/standard/
H A Dfile.c633 if (!(p = (char*)php_stream_locate_eol(stream, target_buf))) { in PHP_FUNCTION()

Completed in 20 milliseconds