Home
last modified time | relevance | path

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

/PHP-8.0/ext/dba/
H A Ddba.c793 …info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|IGNORE_PATH|pe… in php_dba_open()
806 …open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag… in php_dba_open()
840 …eam_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag… in php_dba_open()
/PHP-8.0/main/
H A Dphp_streams.h510 #define IGNORE_PATH 0x00000000 macro
/PHP-8.0/ext/gd/
H A Dgd.c639 …stream = php_stream_open_wrapper(ZSTR_VAL(file), "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERROR… in PHP_FUNCTION()
1606 stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); in _php_image_create_from()
1911 stream = php_stream_open_wrapper(file, "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); in PHP_FUNCTION()
4120 …stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_W… in create_stream_context_from_zval()
/PHP-8.0/ext/standard/
H A Dimage.c1497 stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL); in php_getimagesize_from_any()
/PHP-8.0/docs/
H A Dstreams.md57 * `IGNORE_PATH` (default) - don't use include path to search for the file
/PHP-8.0/ext/exif/
H A Dexif.c4459 stream = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK | IGNORE_PATH, NULL); in exif_read_from_file()
4783 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-8.0/ext/curl/
H A Dinterface.c1960 …if (!(cb_arg->stream = php_stream_open_wrapper(ZSTR_VAL(cb_arg->filename), "rb", IGNORE_PATH, NULL… in read_cb()

Completed in 61 milliseconds