REPORT_ERRORS 247 ext/bz2/bz2.c if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { REPORT_ERRORS 394 ext/bz2/bz2.c ENFORCE_SAFE_MODE | REPORT_ERRORS, REPORT_ERRORS 434 ext/bz2/bz2.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { REPORT_ERRORS 1360 ext/curl/interface.c if (FAILURE == php_stream_cast((php_stream *) what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { REPORT_ERRORS 868 ext/dba/dba.c info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|ENFORCE_SAFE_MODE|persistent_flag, &opened_path); REPORT_ERRORS 906 ext/dba/dba.c info->fp = php_stream_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|ENFORCE_SAFE_MODE|persistent_flag, NULL); REPORT_ERRORS 4184 ext/exif/exif.c stream = php_stream_open_wrapper(Z_STRVAL_PP(arg1), "rb", IGNORE_PATH|ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); REPORT_ERRORS 910 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL); REPORT_ERRORS 912 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL); REPORT_ERRORS 924 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL); REPORT_ERRORS 971 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL); REPORT_ERRORS 973 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL); REPORT_ERRORS 985 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL); REPORT_ERRORS 1167 ext/ftp/php_ftp.c if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL))) { REPORT_ERRORS 1220 ext/ftp/php_ftp.c if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL))) { REPORT_ERRORS 1594 ext/gd/gd.c stream = php_stream_open_wrapper(Z_STRVAL_PP(file), "rb", ENFORCE_SAFE_MODE | IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERRORS, NULL); REPORT_ERRORS 2596 ext/gd/gd.c stream = php_stream_open_wrapper(fn, "rb", ENFORCE_SAFE_MODE|REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); REPORT_ERRORS 2607 ext/gd/gd.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { REPORT_ERRORS 2647 ext/gd/gd.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO | PHP_STREAM_CAST_TRY_HARD, (void **) &fp, REPORT_ERRORS)) { REPORT_ERRORS 85 ext/hash/hash.c stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL, DEFAULT_CONTEXT); REPORT_ERRORS 160 ext/hash/hash.c stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL, DEFAULT_CONTEXT); REPORT_ERRORS 391 ext/hash/hash.c stream = php_stream_open_wrapper_ex(filename, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL, context); REPORT_ERRORS 148 ext/hash/hash_md.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 134 ext/hash/hash_sha.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 1939 ext/imap/php_imap.c writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 316 ext/libxml/libxml.c ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL, context); REPORT_ERRORS 1068 ext/mime_magic/mime_magic.c stream = php_stream_open_wrapper(Z_STRVAL_P(what), "rb", IGNORE_PATH | ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL); REPORT_ERRORS 304 ext/ming/ming.c if (php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void *) &file, REPORT_ERRORS) != SUCCESS) { REPORT_ERRORS 1457 ext/ming/ming.c stream = php_stream_open_wrapper(Z_STRVAL_PP(zfile), "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 1463 ext/ming/ming.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void*)&file, REPORT_ERRORS)) { REPORT_ERRORS 2479 ext/ming/ming.c stream = php_stream_open_wrapper(Z_STRVAL_PP(x), "wb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 931 ext/oci8/oci8_interface.c stream = php_stream_open_wrapper_ex(filename, "w", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL); REPORT_ERRORS 190 ext/pdo/pdo_dbh.c stream = php_stream_open_wrapper(uri, "rb", ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); REPORT_ERRORS 2469 ext/pgsql/pgsql.c stream = php_stream_open_wrapper(Z_STRVAL_PP(z_filename), mode, ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); REPORT_ERRORS 2475 ext/pgsql/pgsql.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { REPORT_ERRORS 188 ext/recode/recode.c if (FAILURE == php_stream_cast(instream, PHP_STREAM_AS_STDIO, (void**)&in_fp, REPORT_ERRORS)) { REPORT_ERRORS 192 ext/recode/recode.c if (FAILURE == php_stream_cast(outstream, PHP_STREAM_AS_STDIO, (void**)&out_fp, REPORT_ERRORS)) { REPORT_ERRORS 151 ext/soap/php_http.c ENFORCE_SAFE_MODE | REPORT_ERRORS, REPORT_ERRORS 179 ext/soap/php_xml.c return php_stream_open_wrapper((char*)filename, "rb", ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); REPORT_ERRORS 178 ext/spl/spl_directory.c intern->u.dir.dirp = php_stream_opendir(path, ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); REPORT_ERRORS 206 ext/spl/spl_directory.c intern->u.file.stream = php_stream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, intern->u.file.context); REPORT_ERRORS 5043 ext/standard/basic_functions.c stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL); REPORT_ERRORS 218 ext/standard/dir.c dirp = php_stream_opendir(dirname, ENFORCE_SAFE_MODE|REPORT_ERRORS, context); REPORT_ERRORS 387 ext/standard/file.c (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERRORS, REPORT_ERRORS 550 ext/standard/file.c (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERRORS, REPORT_ERRORS 615 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context); REPORT_ERRORS 744 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context); REPORT_ERRORS 889 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context); REPORT_ERRORS 1416 ext/standard/file.c if ((ret = VCWD_MKDIR(dir, (mode_t)mode)) < 0 && (options & REPORT_ERRORS)) { REPORT_ERRORS 1425 ext/standard/file.c return php_mkdir_ex(dir, mode, REPORT_ERRORS TSRMLS_CC); REPORT_ERRORS 1446 ext/standard/file.c RETURN_BOOL(php_stream_mkdir(dir, mode, (recursive ? PHP_STREAM_MKDIR_RECURSIVE : 0) | REPORT_ERRORS, context)); REPORT_ERRORS 1465 ext/standard/file.c RETURN_BOOL(php_stream_rmdir(dir, REPORT_ERRORS, context)); REPORT_ERRORS 1487 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context); REPORT_ERRORS 1609 ext/standard/file.c RETURN_BOOL(wrapper->wops->unlink(wrapper, filename, ENFORCE_SAFE_MODE | REPORT_ERRORS, context TSRMLS_CC)); REPORT_ERRORS 1822 ext/standard/file.c srcstream = php_stream_open_wrapper(src, "rb", src_chk | REPORT_ERRORS, NULL); REPORT_ERRORS 1828 ext/standard/file.c deststream = php_stream_open_wrapper(dest, "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL); REPORT_ERRORS 79 ext/standard/fsock.c stream = php_stream_xport_create(hostname, hostname_len, ENFORCE_SAFE_MODE | REPORT_ERRORS, REPORT_ERRORS 139 ext/standard/ftp_fopen_wrapper.c stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL, context, NULL, NULL); REPORT_ERRORS 539 ext/standard/ftp_fopen_wrapper.c datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL, context, NULL, NULL); REPORT_ERRORS 893 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 900 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 911 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 964 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 975 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 986 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1022 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1029 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1072 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1116 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1123 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1133 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 128 ext/standard/http_fopen_wrapper.c return php_stream_open_wrapper_ex(path, mode, ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context); REPORT_ERRORS 1292 ext/standard/image.c stream = php_stream_open_wrapper(Z_STRVAL_PP(arg1), "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 93 ext/standard/md5.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 192 ext/standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 202 ext/standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 578 ext/standard/proc_open.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { REPORT_ERRORS 668 ext/standard/proc_open.c ENFORCE_SAFE_MODE|REPORT_ERRORS|STREAM_WILL_CAST, NULL); REPORT_ERRORS 673 ext/standard/proc_open.c (void **)&fd, REPORT_ERRORS)) { REPORT_ERRORS 82 ext/standard/sha1.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 121 ext/standard/streamsfuncs.c stream = php_stream_xport_create(host, host_len, ENFORCE_SAFE_MODE | REPORT_ERRORS, REPORT_ERRORS 195 ext/standard/streamsfuncs.c stream = php_stream_xport_create(host, host_len, ENFORCE_SAFE_MODE | REPORT_ERRORS, REPORT_ERRORS 674 ext/standard/url.c if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_GET_HEADERS, NULL, context))) { REPORT_ERRORS 356 ext/xmlwriter/php_xmlwriter.c ret_val = php_stream_open_wrapper_ex((char *)filename, "wb", ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL, NULL); REPORT_ERRORS 178 ext/zip/php_zip.c stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 306 ext/zlib/zlib.c stream = php_stream_gzopen(NULL, filename, "rb", use_include_path | ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL STREAMS_CC TSRMLS_CC); REPORT_ERRORS 348 ext/zlib/zlib.c stream = php_stream_gzopen(NULL, filename, mode, use_include_path | ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL STREAMS_CC TSRMLS_CC); REPORT_ERRORS 113 ext/zlib/zlib_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 132 ext/zlib/zlib_fopen_wrapper.c if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { REPORT_ERRORS 143 ext/zlib/zlib_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1047 main/main.c return php_stream_open_wrapper_as_file((char *)filename, "rb", ENFORCE_SAFE_MODE|USE_PATH|IGNORE_URL_WIN|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE, opened_path); REPORT_ERRORS 1065 main/main.c return php_stream_open_for_zend_ex(filename, handle, ENFORCE_SAFE_MODE|USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC); REPORT_ERRORS 1034 main/network.c stream = php_stream_xport_create(res, reslen, ENFORCE_SAFE_MODE | REPORT_ERRORS, REPORT_ERRORS 297 main/streams/cast.c (void**)&fp, REPORT_ERRORS) == FAILURE) REPORT_ERRORS 886 main/streams/plain_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1032 main/streams/plain_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1190 main/streams/plain_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 207 main/streams/streams.c if (options & REPORT_ERRORS || wrapper == NULL) { REPORT_ERRORS 1549 main/streams/streams.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1586 main/streams/streams.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1601 main/streams/streams.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1704 main/streams/streams.c path_to_open, "r", options ^ REPORT_ERRORS, NULL, REPORT_ERRORS 1712 main/streams/streams.c php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS TSRMLS_CC, "not implemented"); REPORT_ERRORS 1714 main/streams/streams.c if (stream == NULL && (options & REPORT_ERRORS)) { REPORT_ERRORS 1764 main/streams/streams.c php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS TSRMLS_CC, REPORT_ERRORS 1768 main/streams/streams.c path_to_open, mode, options ^ REPORT_ERRORS, REPORT_ERRORS 1775 main/streams/streams.c php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS TSRMLS_CC, REPORT_ERRORS 1811 main/streams/streams.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1818 main/streams/streams.c options ^= REPORT_ERRORS; REPORT_ERRORS 1832 main/streams/streams.c if (stream == NULL && (options & REPORT_ERRORS)) { REPORT_ERRORS 2033 main/streams/streams.c stream = php_stream_opendir(dirname, ENFORCE_SAFE_MODE | REPORT_ERRORS, context); REPORT_ERRORS 77 main/streams/userspace.c REGISTER_LONG_CONSTANT("STREAM_REPORT_ERRORS", REPORT_ERRORS, CONST_CS|CONST_PERSISTENT);