Home
last modified time | relevance | path

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

/PHP-8.0/ext/libxml/
H A Dlibxml.c247 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper() function
326 return php_libxml_streams_IO_open_wrapper(filename, "rb", 1); in php_libxml_streams_IO_open_read_wrapper()
331 return php_libxml_streams_IO_open_wrapper(filename, "wb", 0); in php_libxml_streams_IO_open_write_wrapper()

Completed in 13 milliseconds