Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c206 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
216 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
273 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php()
/PHP-5.5/main/
H A Dfopen_wrappers.c488 …wrapper = php_stream_locate_url_wrapper(filename, &actual_path, STREAM_OPEN_FOR_INCLUDE TSRMLS_CC);
546 … wrapper = php_stream_locate_url_wrapper(trypath, &actual_path, STREAM_OPEN_FOR_INCLUDE TSRMLS_CC);
582 … wrapper = php_stream_locate_url_wrapper(trypath, &actual_path, STREAM_OPEN_FOR_INCLUDE TSRMLS_CC);
H A Dphp_streams.h515 #define STREAM_OPEN_FOR_INCLUDE 0x00000080 macro
H A Dmain.c1297 …le((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE, opened_p… in php_fopen_wrapper_for_zend()
1326 …stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC… in php_stream_open_for_zend()
/PHP-5.5/ext/phar/
H A Dstream.c239 if (!*internal_file && (options & STREAM_OPEN_FOR_INCLUDE)) { in phar_wrapper_open_url()
319 if (!PHAR_G(cwd_init) && options & STREAM_OPEN_FOR_INCLUDE) { in phar_wrapper_open_url()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c971 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
994 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
H A Duserspace.c358 (options & STREAM_OPEN_FOR_INCLUDE) && in user_wrapper_opener()
H A Dstreams.c1871 (((options & STREAM_OPEN_FOR_INCLUDE) ||
/PHP-5.5/ext/spl/
H A Dphp_spl.c276 …ret = php_stream_open_for_zend_ex(class_file, &file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE TSRML… in spl_autoload()

Completed in 51 milliseconds