Home
last modified time | relevance | path

Searched refs:REPORT_ERRORS (Results 1 – 25 of 59) sorted by last modified time

123

/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 Duserspace.c91 REGISTER_LONG_CONSTANT("STREAM_REPORT_ERRORS", REPORT_ERRORS, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
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/main/
H A Dphp_streams.h496 #define REPORT_ERRORS 0x00000008 macro
H A Dmain.c1297 …_open_wrapper_as_file((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRORS|STREAM_OPEN_FO… in php_fopen_wrapper_for_zend()
1326 …return php_stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUD… in php_stream_open_for_zend()
H A Dnetwork.c1071 stream = php_stream_xport_create(res, reslen, REPORT_ERRORS,
/PHP-5.5/ext/zlib/
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()
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()
/PHP-5.5/ext/zip/
H A Dphp_zip.c213 …ret = php_stream_mkdir(file_dirname_fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE|REPORT_ERRORS, NUL… in php_zip_extract_file()
258 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in php_zip_extract_file()
260 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); in php_zip_extract_file()
/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/ext/standard/
H A Durl.c718 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G…
H A Dstreamsfuncs.c131 stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, in PHP_FUNCTION()
207 stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, in PHP_FUNCTION()
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 Dsha1.c82 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
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 Dmail.c217 uint flags = IGNORE_URL_WIN | REPORT_ERRORS | STREAM_DISABLE_OPEN_BASEDIR; in php_mail_log_to_file()
H A Dmd5.c92 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
H A Dhttp_fopen_wrapper.c160 return php_stream_open_wrapper_ex(path, mode, REPORT_ERRORS, NULL, context); in php_stream_url_wrap_http_ex()
H A Dimage.c1409 stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL); in php_getimagesize_from_any()
H A Dfsock.c79 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
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 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 Ddir.c228 dirp = php_stream_opendir(dirname, REPORT_ERRORS, context); in _php_do_opendir()
H A Dfilestat.c766 stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()

Completed in 118 milliseconds

123