Home
last modified time | relevance | path

Searched refs:REPORT_ERRORS (Results 26 – 50 of 57) sorted by relevance

123

/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch311 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
313 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
417 + dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL);
606 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
608 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
752 + stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
754 + stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL);
2457 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
2459 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL);
/PHP-5.4/
H A DREADME.STREAMS59 REPORT_ERRORS - show errors in a standard format if something
174 if (php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void*)&fp, REPORT_ERRORS) == FAILURE) {
/PHP-5.4/ext/standard/
H A Dsha1.c82 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
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 Durl.c715 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G…
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 Dfilestat.c766 stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()
/PHP-5.4/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.4/main/
H A Dphp_streams.h500 #define REPORT_ERRORS 0x00000008 macro
H A Dnetwork.c1069 stream = php_stream_xport_create(res, reslen, REPORT_ERRORS,
H A Dmain.c1293 …_open_wrapper_as_file((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRORS|STREAM_OPEN_FO… in php_fopen_wrapper_for_zend()
1322 …return php_stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUD… in php_stream_open_for_zend()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_debug.c49 REPORT_ERRORS, NULL); in MYSQLND_METHOD()
/PHP-5.4/ext/hash/
H A Dhash_md.c151 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
H A Dhash_sha.c135 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-5.4/ext/phar/
H A Dphar_object.c1026 …RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &erro…
1206 …if (phar_open_or_create_filename(fname, fname_len, alias, alias_len, is_data, REPORT_ERRORS, &phar…
1355 …if (FAILURE == phar_open_from_filename(fname, fname_len, NULL, 0, REPORT_ERRORS, &phar, &error TSR…
4329 fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
4331 fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL);
4565 …if (phar_open_from_filename(arch, arch_len, NULL, 0, REPORT_ERRORS, &phar_data, &error TSRMLS_CC) …
H A Dstream.c467 php_stream_wrapper_log_error(stream->wrapper, REPORT_ERRORS TSRMLS_CC, "%s", error); in phar_stream_flush()
H A Dtar.c1266 …phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, … in phar_tar_flush()
/PHP-5.4/ext/oci8/
H A Doci8_interface.c966 stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL);
968 stream = php_stream_open_wrapper_ex(filename, "w", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL);
/PHP-5.4/ext/gd/
H A Dgd.c1502 stream = php_stream_open_wrapper(file, "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERRORS, NULL); in PHP_FUNCTION()
2454 stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); in _php_image_create_from()
2482 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { in _php_image_create_from()
2522 …tream_cast(stream, PHP_STREAM_AS_STDIO | PHP_STREAM_CAST_TRY_HARD, (void **) &fp, REPORT_ERRORS)) { in _php_image_create_from()
/PHP-5.4/ext/libxml/
H A Dlibxml.c337 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); in php_libxml_streams_IO_open_wrapper()
/PHP-5.4/ext/soap/
H A Dphp_http.c199 REPORT_ERRORS, in http_connect()
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c190 stream = php_stream_open_wrapper(uri, "rb", REPORT_ERRORS, NULL); in dsn_from_uri()
/PHP-5.4/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.4/main/streams/
H A Duserspace.c91 REGISTER_LONG_CONSTANT("STREAM_REPORT_ERRORS", REPORT_ERRORS, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 152 milliseconds

123