Lines Matching refs:php_check_open_basedir
1075 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_dir_opener()
1210 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_stream_opener()
1251 if (php_check_open_basedir(url)) { in php_plain_files_unlink()
1296 if (php_check_open_basedir(url_from) || php_check_open_basedir(url_to)) { in php_plain_files_rename()
1377 if (php_check_open_basedir(dir)) { in php_plain_files_mkdir()
1396 if (php_check_open_basedir(buf)) { in php_plain_files_mkdir()
1478 if (php_check_open_basedir(url)) { in php_plain_files_rmdir()
1521 if (php_check_open_basedir(url)) { in php_plain_files_metadata()
1639 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename)) { in _php_stream_fopen_with_path()
1651 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename)) { in _php_stream_fopen_with_path()
1672 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(trypath)) { in _php_stream_fopen_with_path()