Home
last modified time | relevance | path

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

123

/PHP-5.5/
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.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/curl/
H A Dinterface.c2389 …AILURE == php_stream_cast((php_stream *) what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { in _php_curl_setopt()
/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()
/PHP-5.5/ext/exif/
H A Dexif.c4211 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
/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);
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.5/ext/fileinfo/libmagic/
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()
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()
/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/gd/
H A Dgd.c1424 stream = php_stream_open_wrapper(file, "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERRORS, NULL); in PHP_FUNCTION()
2371 stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); in _php_image_create_from()
2378 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { in _php_image_create_from()
2412 …tream_cast(stream, PHP_STREAM_AS_STDIO | PHP_STREAM_CAST_TRY_HARD, (void **) &fp, REPORT_ERRORS)) { in _php_image_create_from()
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/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()
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.5/ext/imap/
H A Dphp_imap.c2435 writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-5.5/ext/libxml/
H A Dlibxml.c353 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.5/ext/mysqlnd/
H A Dmysqlnd_auth.c548 stream = php_stream_open_wrapper((char *) fname, "rb", REPORT_ERRORS, NULL); in mysqlnd_sha256_get_rsa_key()
H A Dmysqlnd_debug.c49 REPORT_ERRORS, NULL); in MYSQLND_METHOD()
/PHP-5.5/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.5/ext/pdo/
H A Dpdo_dbh.c190 stream = php_stream_open_wrapper(uri, "rb", REPORT_ERRORS, NULL); in dsn_from_uri()
/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/pgsql/
H A Dpgsql.c3031 stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);
3037 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {
/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, …

Completed in 140 milliseconds

123