Home
last modified time | relevance | path

Searched refs:IGNORE_PATH (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/gd/
H A Dgd_ctx.c146 …stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_W… in _php_image_output_ctx()
155 stream = php_stream_open_wrapper(file, "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); in _php_image_output_ctx()
H A Dgd.c1438 …stream = php_stream_open_wrapper(ZSTR_VAL(file), "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERROR… in PHP_FUNCTION()
2470 stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); in _php_image_create_from()
/PHP-7.4/ext/dba/
H A Ddba.c902 …info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|IGNORE_PATH|pe… in php_dba_open()
915 …open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag… in php_dba_open()
949 …eam_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag… in php_dba_open()
/PHP-7.4/main/
H A Dphp_streams.h508 #define IGNORE_PATH 0x00000000 macro
/PHP-7.4/ext/standard/
H A Dimage.c1518 stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL); in php_getimagesize_from_any()
/PHP-7.4/docs/
H A Dstreams.md57 * `IGNORE_PATH` (default) - don't use include path to search for the file
/PHP-7.4/ext/exif/
H A Dexif.c4510 stream = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK | IGNORE_PATH, NULL); in exif_read_from_file()
4827 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/curl/
H A Dinterface.c2114 …if (!(cb_arg->stream = php_stream_open_wrapper(ZSTR_VAL(cb_arg->filename), "rb", IGNORE_PATH, NULL… in read_cb()

Completed in 93 milliseconds