Home
last modified time | relevance | path

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

/PHP-8.4/main/
H A Dphp_streams.h360 PHPAPI bool _php_stream_puts(php_stream *stream, const char *buf);
361 #define php_stream_puts(stream, buf) _php_stream_puts((stream), (buf))
/PHP-8.4/main/streams/
H A Dstreams.c847 PHPAPI bool _php_stream_puts(php_stream *stream, const char *buf) in _php_stream_puts() function

Completed in 13 milliseconds