Home
last modified time | relevance | path

Searched refs:_php_stream_puts (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/main/
H A Dphp_streams.h344 PHPAPI int _php_stream_puts(php_stream *stream, const char *buf);
345 #define php_stream_puts(stream, buf) _php_stream_puts((stream), (buf))
/PHP-7.2/main/streams/
H A Dstreams.c767 PHPAPI int _php_stream_puts(php_stream *stream, const char *buf) in _php_stream_puts() function

Completed in 21 milliseconds