Searched refs:php_stream_locate_eol (Results 1 – 3 of 3) sorted by relevance
595 PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf);
879 PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf) in php_stream_locate_eol() function959 eol = php_stream_locate_eol(stream, NULL); in _php_stream_get_line()
633 if (!(p = (char*)php_stream_locate_eol(stream, target_buf))) { in PHP_FUNCTION()
Completed in 20 milliseconds