Home
last modified time | relevance | path

Searched refs:IGNORE_URL_WIN (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/gd/
H A Dgd_ctx.c146 …php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL); 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/standard/
H A Dmail.c415 uint32_t flags = IGNORE_URL_WIN | REPORT_ERRORS | STREAM_DISABLE_OPEN_BASEDIR; in php_mail_log_to_file()
H A Dbasic_functions.c4851 stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | REPORT_ERRORS, NULL);
/PHP-7.4/main/
H A Dphp_streams.h556 #define IGNORE_URL_WIN 0 macro
H A Dmain.c1600 …return php_stream_open_wrapper_as_file((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRO… in php_fopen_wrapper_for_zend()

Completed in 42 milliseconds