Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dphp_streams.h355 PHPAPI bool _php_stream_puts(php_stream *stream, const char *buf);
356 #define php_stream_puts(stream, buf) _php_stream_puts((stream), (buf))
/PHP-8.2/main/streams/
H A Dstreams.c830 PHPAPI bool _php_stream_puts(php_stream *stream, const char *buf) in _php_stream_puts() function

Completed in 12 milliseconds