Home
last modified time | relevance | path

Searched refs:STREAM_OPEN_FOR_INCLUDE (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c222 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
241 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
307 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
/PHP-7.4/main/
H A Dfopen_wrappers.c498 wrapper = php_stream_locate_url_wrapper(filename, &actual_path, STREAM_OPEN_FOR_INCLUDE);
563 wrapper = php_stream_locate_url_wrapper(trypath, &actual_path, STREAM_OPEN_FOR_INCLUDE);
603 wrapper = php_stream_locate_url_wrapper(trypath, &actual_path, STREAM_OPEN_FOR_INCLUDE);
H A Dphp_streams.h529 #define STREAM_OPEN_FOR_INCLUDE 0x00000080 macro
H A Dmain.c1600 …le((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE, opened_p… in php_fopen_wrapper_for_zend()
1630 …turn php_stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE); in php_stream_open_for_zend()
/PHP-7.4/ext/phar/
H A Dstream.c241 if (!*internal_file && (options & STREAM_OPEN_FOR_INCLUDE)) { in phar_wrapper_open_url()
321 if (!PHAR_G(cwd_init) && options & STREAM_OPEN_FOR_INCLUDE) { in phar_wrapper_open_url()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1087 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
1106 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
H A Duserspace.c353 (options & STREAM_OPEN_FOR_INCLUDE) && in user_wrapper_opener()
H A Dstreams.c1930 (((options & STREAM_OPEN_FOR_INCLUDE) ||
/PHP-7.4/ext/spl/
H A Dphp_spl.c273 ret = php_stream_open_for_zend_ex(class_file, &file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE); in spl_autoload()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c577 …if (php_stream_open_for_zend_ex(PHPDBG_G(exec), &fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS … in phpdbg_compile()

Completed in 53 milliseconds