Searched refs:php_check_open_basedir (Results 1 – 25 of 36) sorted by relevance
12
68 if (php_check_open_basedir(link)) { in PHP_FUNCTION()106 if (php_check_open_basedir(dirname)) { in PHP_FUNCTION()159 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()163 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()207 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()211 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()
52 if (php_check_open_basedir(pathname)) { in PHP_FUNCTION()
181 if (php_check_open_basedir(fullpath)) { in PHP_FUNCTION()263 if (php_check_open_basedir(fullpath)) { in PHP_FUNCTION()376 if (php_check_open_basedir(filename)) { in php_do_chgrp()515 if (php_check_open_basedir(filename)) { in php_do_chown()583 if (php_check_open_basedir(filename)) { in PHP_FUNCTION()660 if (php_check_open_basedir(filename)) { in PHP_FUNCTION()748 && php_check_open_basedir(local)) { in php_stat()820 && php_check_open_basedir(local)) { in php_stat()
191 if (php_check_open_basedir(jpeg_file)) { in PHP_FUNCTION()
245 if (php_check_open_basedir(str)) { in PHP_FUNCTION()
1780 if (php_check_open_basedir(filename)) {2038 if (php_check_open_basedir(ZSTR_VAL(new_value_str))) {2386 if (php_check_open_basedir(new_path)) {
1472 …ocate_url_wrapper(source, NULL, 0) == &php_plain_files_wrapper && php_check_open_basedir(source)) { in PHP_FUNCTION()2174 if (php_check_open_basedir(resolved_path_buff)) { in PHP_FUNCTION()
29 PHPAPI int php_check_open_basedir(const char *path);34 #define OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
335 … (!(flags & PHP_TMP_FILE_OPEN_BASEDIR_CHECK_ON_FALLBACK) || !php_check_open_basedir(temp_dir))) { in php_open_temporary_fd_ex()342 if ((flags & PHP_TMP_FILE_OPEN_BASEDIR_CHECK_ON_EXPLICIT_DIR) && php_check_open_basedir(dir)) { in php_open_temporary_fd_ex()
285 PHPAPI int php_check_open_basedir(const char *path) function343 if (php_check_open_basedir((char *)path)) {
671 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()685 if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) { in PHP_INI_MH()
28 if (!filename || php_check_open_basedir(filename)) { \
50 #define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
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()[all …]
390 if (arg && php_check_open_basedir(arg)) { in PHP_FUNCTION()414 if (arg && php_check_open_basedir(arg)) { in PHP_FUNCTION()
186 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()377 if (php_check_open_basedir(save_path)) { in PS_OPEN_FUNC()
373 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()432 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
189 if (php_check_open_basedir(file)) { in PHP_FUNCTION()
201 if (php_check_open_basedir(path_copy)) { in _php_stream_bz2open()
482 if (php_check_open_basedir(pwl)) { in PHP_FUNCTION()
768 if (php_check_open_basedir(fullpath)) { in make_filename_safe()
320 if (php_check_open_basedir(ZSTR_VAL(intern->profiling))) { in php_xsl_apply_stylesheet()
1290 } else if (php_check_open_basedir(path)) { in PHP_FUNCTION()
800 if (local_infile_directory && !php_check_open_basedir(ZSTR_VAL(local_infile_directory))) {
225 if (!is_phar && php_check_open_basedir(filename)) { in phar_mount_entry()759 if (php_check_open_basedir(phar->fname)) { in phar_open_archive_fp()
Completed in 79 milliseconds