REPORT_ERRORS 249 ext/bz2/bz2.c if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { REPORT_ERRORS 393 ext/bz2/bz2.c REPORT_ERRORS, REPORT_ERRORS 433 ext/bz2/bz2.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { REPORT_ERRORS 2353 ext/curl/interface.c if (FAILURE == php_stream_cast((php_stream *) what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { REPORT_ERRORS 860 ext/dba/dba.c info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag, &opened_path); REPORT_ERRORS 898 ext/dba/dba.c info->fp = php_stream_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag, NULL); REPORT_ERRORS 4175 ext/exif/exif.c stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); REPORT_ERRORS 526 ext/fileinfo/fileinfo.c stream = php_stream_open_wrapper_ex(buffer, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context); REPORT_ERRORS 528 ext/fileinfo/fileinfo.c stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context); REPORT_ERRORS 950 ext/fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 952 ext/fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL); REPORT_ERRORS 1172 ext/fileinfo/libmagic/apprentice.c dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); REPORT_ERRORS 2628 ext/fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 2630 ext/fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL); REPORT_ERRORS 2766 ext/fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 2768 ext/fileinfo/libmagic/apprentice.c stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL); REPORT_ERRORS 387 ext/fileinfo/libmagic/magic.c stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 389 ext/fileinfo/libmagic/magic.c stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL); REPORT_ERRORS 877 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL); REPORT_ERRORS 879 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); REPORT_ERRORS 891 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); REPORT_ERRORS 938 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL); REPORT_ERRORS 940 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); REPORT_ERRORS 952 ext/ftp/php_ftp.c outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); REPORT_ERRORS 1134 ext/ftp/php_ftp.c if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) { REPORT_ERRORS 1187 ext/ftp/php_ftp.c if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) { REPORT_ERRORS 1424 ext/gd/gd.c stream = php_stream_open_wrapper(file, "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERRORS, NULL); REPORT_ERRORS 2365 ext/gd/gd.c stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); REPORT_ERRORS 2372 ext/gd/gd.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { REPORT_ERRORS 2406 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 127 ext/gd/gd_ctx.c stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); REPORT_ERRORS 148 ext/hash/hash.c stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT); REPORT_ERRORS 261 ext/hash/hash.c stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT); REPORT_ERRORS 472 ext/hash/hash.c stream = php_stream_open_wrapper_ex(filename, "rb", REPORT_ERRORS, NULL, context); REPORT_ERRORS 151 ext/hash/hash_md.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); REPORT_ERRORS 135 ext/hash/hash_sha.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); REPORT_ERRORS 2435 ext/imap/php_imap.c writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS, NULL); REPORT_ERRORS 338 ext/libxml/libxml.c ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); REPORT_ERRORS 548 ext/mysqlnd/mysqlnd_auth.c stream = php_stream_open_wrapper((char *) fname, "rb", REPORT_ERRORS, NULL); REPORT_ERRORS 49 ext/mysqlnd/mysqlnd_debug.c REPORT_ERRORS, NULL); REPORT_ERRORS 966 ext/oci8/oci8_interface.c stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL); REPORT_ERRORS 968 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", REPORT_ERRORS, NULL); REPORT_ERRORS 641 ext/pdo_pgsql/pgsql_driver.c stream = php_stream_open_wrapper_ex(filename, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(default_context)); REPORT_ERRORS 736 ext/pdo_pgsql/pgsql_driver.c stream = php_stream_open_wrapper_ex(filename, "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(default_context)); REPORT_ERRORS 2980 ext/pgsql/pgsql.c stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL); REPORT_ERRORS 2986 ext/pgsql/pgsql.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { REPORT_ERRORS 79 ext/phar/func_interceptors.c stream = php_stream_opendir(name, REPORT_ERRORS, context); REPORT_ERRORS 191 ext/phar/func_interceptors.c stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); REPORT_ERRORS 309 ext/phar/func_interceptors.c stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); REPORT_ERRORS 406 ext/phar/func_interceptors.c stream = php_stream_open_wrapper_ex(name, mode, 0 | REPORT_ERRORS, NULL, context); REPORT_ERRORS 587 ext/phar/phar.c if (phar && error && !(options & REPORT_ERRORS)) { REPORT_ERRORS 1368 ext/phar/phar.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1446 ext/phar/phar.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1504 ext/phar/phar.c if (options & REPORT_ERRORS) { REPORT_ERRORS 2337 ext/phar/phar.c if (phar_open_parsed_phar(fname, fname_len, alias, alias_len, 0, REPORT_ERRORS, NULL, 0 TSRMLS_CC) == SUCCESS) { REPORT_ERRORS 2370 ext/phar/phar.c fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, &actual); REPORT_ERRORS 2387 ext/phar/phar.c ret = phar_open_from_fp(fp, fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, 0, error TSRMLS_CC); REPORT_ERRORS 3244 ext/phar/phar.c phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL); REPORT_ERRORS 1012 ext/phar/phar_object.c RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &error TSRMLS_CC) == SUCCESS); REPORT_ERRORS 1188 ext/phar/phar_object.c if (phar_open_or_create_filename(fname, fname_len, alias, alias_len, is_data, REPORT_ERRORS, &phar_data, &error TSRMLS_CC) == FAILURE) { REPORT_ERRORS 1337 ext/phar/phar_object.c if (FAILURE == phar_open_from_filename(fname, fname_len, NULL, 0, REPORT_ERRORS, &phar, &error TSRMLS_CC)) { REPORT_ERRORS 4196 ext/phar/phar_object.c fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 4198 ext/phar/phar_object.c fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); REPORT_ERRORS 4422 ext/phar/phar_object.c if (phar_open_from_filename(arch, arch_len, NULL, 0, REPORT_ERRORS, &phar_data, &error TSRMLS_CC) == FAILURE) { REPORT_ERRORS 467 ext/phar/stream.c php_stream_wrapper_log_error(stream->wrapper, REPORT_ERRORS TSRMLS_CC, "%s", error); REPORT_ERRORS 1266 ext/phar/tar.c phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL); REPORT_ERRORS 1492 ext/phar/zip.c phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL); REPORT_ERRORS 202 ext/recode/recode.c if (FAILURE == php_stream_cast(instream, PHP_STREAM_AS_STDIO, (void**)&in_fp, REPORT_ERRORS)) { REPORT_ERRORS 206 ext/recode/recode.c if (FAILURE == php_stream_cast(outstream, PHP_STREAM_AS_STDIO, (void**)&out_fp, REPORT_ERRORS)) { REPORT_ERRORS 230 ext/soap/php_http.c REPORT_ERRORS, REPORT_ERRORS 1401 ext/sockets/conversions.c REPORT_ERRORS) == FAILURE) { REPORT_ERRORS 247 ext/spl/spl_directory.c intern->u.dir.dirp = php_stream_opendir(path, REPORT_ERRORS, FG(default_context)); REPORT_ERRORS 286 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) | REPORT_ERRORS, NULL, intern->u.file.context); REPORT_ERRORS 4725 ext/standard/basic_functions.c stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | REPORT_ERRORS, NULL); REPORT_ERRORS 228 ext/standard/dir.c dirp = php_stream_opendir(dirname, REPORT_ERRORS, context); REPORT_ERRORS 393 ext/standard/file.c (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, REPORT_ERRORS 541 ext/standard/file.c (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, REPORT_ERRORS 604 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); REPORT_ERRORS 739 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); REPORT_ERRORS 869 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); REPORT_ERRORS 1295 ext/standard/file.c if ((ret = VCWD_MKDIR(dir, (mode_t)mode)) < 0 && (options & REPORT_ERRORS)) { REPORT_ERRORS 1304 ext/standard/file.c return php_mkdir_ex(dir, mode, REPORT_ERRORS TSRMLS_CC); REPORT_ERRORS 1325 ext/standard/file.c RETURN_BOOL(php_stream_mkdir(dir, mode, (recursive ? PHP_STREAM_MKDIR_RECURSIVE : 0) | REPORT_ERRORS, context)); REPORT_ERRORS 1344 ext/standard/file.c RETURN_BOOL(php_stream_rmdir(dir, REPORT_ERRORS, context)); REPORT_ERRORS 1366 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); REPORT_ERRORS 1487 ext/standard/file.c RETURN_BOOL(wrapper->wops->unlink(wrapper, filename, REPORT_ERRORS, context TSRMLS_CC)); REPORT_ERRORS 1713 ext/standard/file.c srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); REPORT_ERRORS 1719 ext/standard/file.c deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx); REPORT_ERRORS 766 ext/standard/filestat.c stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL); REPORT_ERRORS 79 ext/standard/fsock.c stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, REPORT_ERRORS 158 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 556 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 915 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 922 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 933 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 997 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1008 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1044 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1051 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1094 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1138 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1145 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1155 ext/standard/ftp_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 160 ext/standard/http_fopen_wrapper.c return php_stream_open_wrapper_ex(path, mode, REPORT_ERRORS, NULL, context); REPORT_ERRORS 1405 ext/standard/image.c stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL); REPORT_ERRORS 217 ext/standard/mail.c uint flags = IGNORE_URL_WIN | REPORT_ERRORS | STREAM_DISABLE_OPEN_BASEDIR; REPORT_ERRORS 92 ext/standard/md5.c stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); REPORT_ERRORS 207 ext/standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 217 ext/standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 267 ext/standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 274 ext/standard/php_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 542 ext/standard/proc_open.c if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { REPORT_ERRORS 632 ext/standard/proc_open.c REPORT_ERRORS|STREAM_WILL_CAST, NULL); REPORT_ERRORS 637 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, NULL); REPORT_ERRORS 131 ext/standard/streamsfuncs.c stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, REPORT_ERRORS 207 ext/standard/streamsfuncs.c stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, REPORT_ERRORS 715 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 682 ext/xmlwriter/php_xmlwriter.c ret_val = php_stream_open_wrapper_ex((char *)filename, "wb", REPORT_ERRORS, NULL, NULL); REPORT_ERRORS 213 ext/zip/php_zip.c ret = php_stream_mkdir(file_dirname_fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE|REPORT_ERRORS, NULL); REPORT_ERRORS 258 ext/zip/php_zip.c stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); REPORT_ERRORS 260 ext/zip/php_zip.c stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); REPORT_ERRORS 538 ext/zlib/zlib.c int flags = REPORT_ERRORS; REPORT_ERRORS 580 ext/zlib/zlib.c int flags = REPORT_ERRORS; REPORT_ERRORS 607 ext/zlib/zlib.c int flags = REPORT_ERRORS; REPORT_ERRORS 117 ext/zlib/zlib_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 134 ext/zlib/zlib_fopen_wrapper.c if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { REPORT_ERRORS 150 ext/zlib/zlib_fopen_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1293 main/main.c return php_stream_open_wrapper_as_file((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE, opened_path); REPORT_ERRORS 1322 main/main.c return php_stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC); REPORT_ERRORS 1064 main/network.c stream = php_stream_xport_create(res, reslen, REPORT_ERRORS, REPORT_ERRORS 365 main/streams/cast.c if (php_stream_cast(stream, PHP_STREAM_AS_STDIO|PHP_STREAM_CAST_TRY_HARD|PHP_STREAM_CAST_RELEASE, (void**)&fp, REPORT_ERRORS) == FAILURE) { REPORT_ERRORS 905 main/streams/plain_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1051 main/streams/plain_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1222 main/streams/plain_wrapper.c if (options & REPORT_ERRORS) { REPORT_ERRORS 258 main/streams/streams.c if (options & REPORT_ERRORS || wrapper == NULL) { REPORT_ERRORS 1813 main/streams/streams.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1850 main/streams/streams.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1864 main/streams/streams.c if (options & REPORT_ERRORS) { REPORT_ERRORS 1974 main/streams/streams.c path_to_open, "r", options ^ REPORT_ERRORS, NULL, REPORT_ERRORS 1982 main/streams/streams.c php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS TSRMLS_CC, "not implemented"); REPORT_ERRORS 1984 main/streams/streams.c if (stream == NULL && (options & REPORT_ERRORS)) { REPORT_ERRORS 2048 main/streams/streams.c php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS TSRMLS_CC, REPORT_ERRORS 2052 main/streams/streams.c path_to_open, mode, options ^ REPORT_ERRORS, REPORT_ERRORS 2059 main/streams/streams.c php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS TSRMLS_CC, REPORT_ERRORS 2109 main/streams/streams.c if (options & REPORT_ERRORS) { REPORT_ERRORS 2116 main/streams/streams.c options ^= REPORT_ERRORS; REPORT_ERRORS 2130 main/streams/streams.c if (stream == NULL && (options & REPORT_ERRORS)) { REPORT_ERRORS 2280 main/streams/streams.c stream = php_stream_opendir(dirname, REPORT_ERRORS, context); REPORT_ERRORS 91 main/streams/userspace.c REGISTER_LONG_CONSTANT("STREAM_REPORT_ERRORS", REPORT_ERRORS, CONST_CS|CONST_PERSISTENT);