Searched refs:_php_stream_eof (Results 1 – 2 of 2) sorted by relevance
323 PHPAPI int _php_stream_eof(php_stream *stream);324 #define php_stream_eof(stream) _php_stream_eof((stream))
738 PHPAPI int _php_stream_eof(php_stream *stream) in _php_stream_eof() function
Completed in 13 milliseconds