Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/
H A Dfile.c392 md.stream = php_stream_open_wrapper(filename, "rb", in PHP_FUNCTION()
H A Dimage.c1409 stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL); in php_getimagesize_from_any()
H A Dmail.c218 php_stream *stream = php_stream_open_wrapper(filename, "a", flags, NULL); in php_mail_log_to_file()
H A Dmd5.c92 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
H A Dphp_fopen_wrapper.c322 if (!(stream = php_stream_open_wrapper(p + 10, mode, options, opened_path))) { in php_stream_url_wrap_php()
H A Dproc_open.c652 stream = php_stream_open_wrapper(Z_STRVAL_PP(zfile), Z_STRVAL_PP(zmode), in PHP_FUNCTION()
H A Dsha1.c82 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-5.5/ext/tidy/
H A Dtidy.c642 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
/PHP-5.5/ext/zip/
H A Dphp_zip.c258 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in php_zip_extract_file()
260 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); in php_zip_extract_file()
/PHP-5.5/main/
H A Dmain.c1334 php_stream *stream = php_stream_open_wrapper((char *)filename, "rb", mode, &handle->opened_path); in php_stream_open_for_zend_ex()
H A Dphp_streams.h555 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… macro

Completed in 45 milliseconds

12