Home
last modified time | relevance | path

Searched refs:php_stream_open_wrapper (Results 26 – 38 of 38) sorted by relevance

12

/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c212 stream = php_stream_open_wrapper(uri, "rb", REPORT_ERRORS, NULL); in dsn_from_uri()
H A Dpdo_stmt.c2100 php_stream *out = php_stream_open_wrapper("php://output", "w", 0, NULL); in PHP_METHOD()
/PHP-7.4/ext/curl/
H A Dinterface.c2114 …if (!(cb_arg->stream = php_stream_open_wrapper(ZSTR_VAL(cb_arg->filename), "rb", IGNORE_PATH, NULL… in read_cb()
2234 if ((stream = php_stream_open_wrapper(ZSTR_VAL(postval), "rb", STREAM_MUST_SEEK, NULL))) { in build_mime_structure_from_hash()
/PHP-7.4/ext/tidy/
H A Dtidy.c683 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
/PHP-7.4/ext/exif/
H A Dexif.c4510 stream = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK | IGNORE_PATH, NULL); in exif_read_from_file()
4827 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dfile.c402 md.stream = php_stream_open_wrapper(filename, "rb", in PHP_FUNCTION()
H A Dbasic_functions.c4851 stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | REPORT_ERRORS, NULL);
/PHP-7.4/ext/gd/
H A Dgd.c1438 …stream = php_stream_open_wrapper(ZSTR_VAL(file), "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERROR… in PHP_FUNCTION()
2470 stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); in _php_image_create_from()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c766 stream = php_stream_open_wrapper(cafile, "rb", 0, NULL); in php_openssl_load_stream_cafile()
/PHP-7.4/main/
H A Dmain.c1637 php_stream *stream = php_stream_open_wrapper((char *)filename, "rb", mode, &opened_path); in php_stream_open_for_zend_ex()
/PHP-7.4/ext/zip/
H A Dphp_zip.c250 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); in php_zip_extract_file()
/PHP-7.4/ext/imap/
H A Dphp_imap.c2523 writer = php_stream_open_wrapper(Z_STRVAL_P(out), "wb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c3181 stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);

Completed in 113 milliseconds

12