Home
last modified time | relevance | path

Searched refs:php_stream_open_wrapper (Results 26 – 34 of 34) sorted by path

12

/php-src/ext/standard/
H A Dmail.c366 php_stream *stream = php_stream_open_wrapper(filename, "a", flags, NULL); in php_mail_log_to_file()
H A Dmd5.c86 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c355 if (!(stream = php_stream_open_wrapper(p + 10, mode, options, opened_path))) { in php_stream_url_wrap_php()
H A Dproc_open.c903 php_stream *stream = php_stream_open_wrapper(ZSTR_VAL(file_path), ZSTR_VAL(file_mode), in set_proc_descriptor_to_file()
H A Dsha1.c76 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/php-src/ext/tidy/
H A Dtidy.c374 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
/php-src/ext/zip/
H A Dphp_zip.c245 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); in php_zip_extract_file()
/php-src/main/
H A Dmain.c1577 …stream = php_stream_open_wrapper((char *)ZSTR_VAL(filename), "rb", mode | STREAM_OPEN_FOR_ZEND_STR… in php_stream_open_for_zend_ex()
H A Dphp_streams.h601 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… macro

Completed in 45 milliseconds

12