Home
last modified time | relevance | path

Searched refs:REPORT_ERRORS (Results 51 – 56 of 56) sorted by relevance

123

/PHP-7.4/ext/phar/
H A Dzip.c1552 …phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, … in phar_zip_flush()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c3181 stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);
3187 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {
/PHP-7.4/ext/curl/
H A Dinterface.c2769 if (FAILURE == php_stream_cast(what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { in _php_curl_setopt()
/PHP-7.4/ext/exif/
H A Dexif.c4827 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4851 stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | REPORT_ERRORS, NULL);
/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()

Completed in 74 milliseconds

123