Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c682 ret_val = php_stream_open_wrapper_ex((char *)filename, "wb", REPORT_ERRORS, NULL, NULL); in php_xmlwriter_streams_IO_open_write_wrapper()
/PHP-5.5/main/streams/
H A Duserspace.c91 REGISTER_LONG_CONSTANT("STREAM_REPORT_ERRORS", REPORT_ERRORS, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_directory.c250 intern->u.dir.dirp = php_stream_opendir(path, REPORT_ERRORS, FG(default_context)); in spl_filesystem_dir_open()
289 …e_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, intern-… in spl_filesystem_file_open()
/PHP-5.5/ext/phar/
H A Dzip.c1494 …phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, … in phar_zip_flush()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c3031 stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);
3037 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {
/PHP-5.5/ext/curl/
H A Dinterface.c2389 …AILURE == php_stream_cast((php_stream *) what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { in _php_curl_setopt()
/PHP-5.5/ext/exif/
H A Dexif.c4211 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4735 stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | REPORT_ERRORS, NULL);
/PHP-5.5/ext/imap/
H A Dphp_imap.c2435 writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS, NULL); in PHP_FUNCTION()

Completed in 86 milliseconds

123