Home
last modified time | relevance | path

Searched refs:STREAM_DISABLE_OPEN_BASEDIR (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/main/streams/
H A Dplain_wrapper.c897 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path TSRMLS_CC)) { in php_plain_files_dir_opener()
1026 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path TSRMLS_CC)) { in php_plain_files_stream_opener()
1422 …if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename TSRMLS_CC)) { in _php_stream_fopen_with_path()
1434 …if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename TSRMLS_CC)) { in _php_stream_fopen_with_path()
1455 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(trypath TSRMLS_CC)) { in _php_stream_fopen_with_path()
1507 …if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir_ex(trypath, 0 TSRMLS_… in _php_stream_fopen_with_path()
H A Dglob_wrapper.c216 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path TSRMLS_CC)) { in php_glob_stream_opener()
/PHP-5.5/ext/standard/
H A Dmail.c217 uint flags = IGNORE_URL_WIN | REPORT_ERRORS | STREAM_DISABLE_OPEN_BASEDIR; in php_mail_log_to_file()
H A Dbasic_functions.c5864 } else if (php_copy_file_ex(path, new_path, STREAM_DISABLE_OPEN_BASEDIR TSRMLS_CC) == SUCCESS) {
/PHP-5.5/main/
H A Dphp_streams.h524 #define STREAM_DISABLE_OPEN_BASEDIR 0x00000400 macro

Completed in 30 milliseconds