Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c117 if (options & REPORT_ERRORS) { in php_stream_gzopen()
134 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
150 if (options & REPORT_ERRORS) { in php_stream_gzopen()
H A Dzlib.c550 int flags = REPORT_ERRORS; in PHP_FUNCTION()
592 int flags = REPORT_ERRORS; in PHP_FUNCTION()
619 int flags = REPORT_ERRORS; in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dftp_fopen_wrapper.c915 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
922 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
933 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
986 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
997 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1008 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1044 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir()
1051 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir()
1138 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir()
1145 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir()
[all …]
H A Dphp_fopen_wrapper.c207 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
217 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
267 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
274 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php()
H A Dfsock.c79 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
H A Dfile.c393 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
541 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
747 …m_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context… in PHP_FUNCTION()
877 …m_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context… in PHP_NAMED_FUNCTION()
1303 if ((ret = VCWD_MKDIR(dir, (mode_t)mode)) < 0 && (options & REPORT_ERRORS)) { in php_mkdir_ex()
1312 return php_mkdir_ex(dir, mode, REPORT_ERRORS TSRMLS_CC); in php_mkdir()
1333 …hp_stream_mkdir(dir, mode, (recursive ? PHP_STREAM_MKDIR_RECURSIVE : 0) | REPORT_ERRORS, context)); in PHP_FUNCTION()
1352 RETURN_BOOL(php_stream_rmdir(dir, REPORT_ERRORS, context)); in PHP_FUNCTION()
1495 RETURN_BOOL(wrapper->wops->unlink(wrapper, filename, REPORT_ERRORS, context TSRMLS_CC)); in PHP_FUNCTION()
1721 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
[all …]
H A Dproc_open.c563 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { in PHP_FUNCTION()
653 REPORT_ERRORS|STREAM_WILL_CAST, NULL); in PHP_FUNCTION()
658 (void **)&fd, REPORT_ERRORS)) { in PHP_FUNCTION()
H A Dmail.c217 uint flags = IGNORE_URL_WIN | REPORT_ERRORS | STREAM_DISABLE_OPEN_BASEDIR; in php_mail_log_to_file()
H A Ddir.c228 dirp = php_stream_opendir(dirname, REPORT_ERRORS, context); in _php_do_opendir()
H A Dmd5.c92 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
/PHP-5.5/ext/recode/
H A Drecode.c202 if (FAILURE == php_stream_cast(instream, PHP_STREAM_AS_STDIO, (void**)&in_fp, REPORT_ERRORS)) { in PHP_FUNCTION()
206 if (FAILURE == php_stream_cast(outstream, PHP_STREAM_AS_STDIO, (void**)&out_fp, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dstreams.c258 if (options & REPORT_ERRORS || wrapper == NULL) { in php_stream_wrapper_log_error()
1822 if (options & REPORT_ERRORS) {
1859 if (options & REPORT_ERRORS) {
1873 if (options & REPORT_ERRORS) {
1987 path_to_open, "r", options ^ REPORT_ERRORS, NULL,
1997 if (stream == NULL && (options & REPORT_ERRORS)) {
2065 path_to_open, mode, options ^ REPORT_ERRORS,
2122 if (options & REPORT_ERRORS) {
2129 options ^= REPORT_ERRORS;
2143 if (stream == NULL && (options & REPORT_ERRORS)) {
[all …]
H A Dcast.c365 …S_STDIO|PHP_STREAM_CAST_TRY_HARD|PHP_STREAM_CAST_RELEASE, (void**)&fp, REPORT_ERRORS) == FAILURE) { in _php_stream_open_wrapper_as_file()
H A Dplain_wrapper.c934 if (options & REPORT_ERRORS) { in _php_stream_fopen()
1073 if (options & REPORT_ERRORS) { in php_plain_files_unlink()
1237 if (options & REPORT_ERRORS) { in php_plain_files_mkdir()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c877 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
879 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
891 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
938 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
940 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
952 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
1137 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS in PHP_FUNCTION()
1190 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS in PHP_FUNCTION()
/PHP-5.5/ext/bz2/
H A Dbz2.c259 if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in _php_stream_bz2open()
403 REPORT_ERRORS, in PHP_FUNCTION()
443 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dmagic.c387 stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in file_or_stream()
389 stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL); in file_or_stream()
H A Dapprentice.c952 stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in load_1()
954 stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL); in load_1()
1174 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
2629 stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in apprentice_map()
2631 stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL); in apprentice_map()
2767 stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in apprentice_compile()
2769 stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL); in apprentice_compile()
/PHP-5.5/ext/gd/
H A Dgd_ctx.c132 …stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_W… in _php_image_output_ctx()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c531 …stream = php_stream_open_wrapper_ex(buffer, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context…
533 stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context);
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c79 stream = php_stream_opendir(name, REPORT_ERRORS, context); in PHAR_FUNC()
191 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
309 stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
406 stream = php_stream_open_wrapper_ex(name, mode, 0 | REPORT_ERRORS, NULL, context); in PHAR_FUNC()
H A Dphar.c587 if (phar && error && !(options & REPORT_ERRORS)) {
1366 if (options & REPORT_ERRORS) {
1444 if (options & REPORT_ERRORS) {
1502 if (options & REPORT_ERRORS) {
2345 …if (phar_open_parsed_phar(fname, fname_len, alias, alias_len, 0, REPORT_ERRORS, NULL, 0 TSRMLS_CC)…
2378 fp = php_stream_open_wrapper(fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, &actual);
2395 …ret = phar_open_from_fp(fp, fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, 0, error TSRM…
3252 …phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, …
/PHP-5.5/ext/hash/
H A Dhash.c149 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT); in php_hash_do_hash()
266 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT); in php_hash_do_hash_hmac()
477 stream = php_stream_open_wrapper_ex(filename, "rb", REPORT_ERRORS, NULL, context); in PHP_FUNCTION()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c669 …stream = php_stream_open_wrapper_ex(filename, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(de… in PHP_METHOD()
764 …stream = php_stream_open_wrapper_ex(filename, "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(de… in PHP_METHOD()
/PHP-5.5/ext/dba/
H A Ddba.c860 …= php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|pe… in php_dba_open()
898 …info->fp = php_stream_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PA… in php_dba_open()

Completed in 127 milliseconds

123