Searched refs:php_check_open_basedir (Results 1 – 25 of 39) sorted by relevance
12
66 if (php_check_open_basedir(link)) { in PHP_FUNCTION()100 if (php_check_open_basedir(dirname)) { in PHP_FUNCTION()154 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()158 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()203 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()207 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()
57 if (php_check_open_basedir(pathname)) { in PHP_FUNCTION()
193 if (php_check_open_basedir(path)) { in PHP_FUNCTION()286 if (php_check_open_basedir(path)) { in PHP_FUNCTION()391 if (php_check_open_basedir(filename)) { in php_do_chgrp()528 if (php_check_open_basedir(filename)) { in php_do_chown()603 if (php_check_open_basedir(filename)) { in PHP_FUNCTION()688 if (php_check_open_basedir(filename)) { in PHP_FUNCTION()780 …e_url_wrapper(filename, &local, 0)) == &php_plain_files_wrapper && php_check_open_basedir(local)) { in php_stat()
102 if (php_check_open_basedir(dirname)) { in PHP_FUNCTION()
207 if (php_check_open_basedir(jpeg_file)) { in PHP_FUNCTION()
333 if (php_check_open_basedir(str)) { in PHP_FUNCTION()
829 if (php_check_open_basedir(dir)) { in PHP_FUNCTION()1314 if (php_check_open_basedir(dir)) { in php_mkdir_ex()1669 if (php_check_open_basedir(source)) { in PHP_FUNCTION()2361 if (php_check_open_basedir(resolved_path_buff)) { in PHP_FUNCTION()
33 PHPAPI int php_check_open_basedir(const char *path);38 #define OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
303 …p_dir != '\0' && (!(flags & PHP_TMP_FILE_OPEN_BASEDIR_CHECK) || !php_check_open_basedir(temp_dir))… in php_open_temporary_fd_ex()
275 PHPAPI int php_check_open_basedir(const char *path) function335 if (php_check_open_basedir((char *)path)) {
42 #define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
945 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_dir_opener()1073 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_stream_opener()1112 if (php_check_open_basedir(url)) { in php_plain_files_unlink()1157 if (php_check_open_basedir(url_from) || php_check_open_basedir(url_to)) { in php_plain_files_rename()1322 if (php_check_open_basedir(url)) { in php_plain_files_rmdir()1365 if (php_check_open_basedir(url)) { in php_plain_files_metadata()1482 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename)) { in _php_stream_fopen_with_path()1494 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename)) { in _php_stream_fopen_with_path()1515 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(trypath)) { in _php_stream_fopen_with_path()
223 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_glob_stream_opener()
35 if (!filename || php_check_open_basedir(filename)) { \
415 if (arg && php_check_open_basedir(arg)) { in PHP_FUNCTION()440 if (arg && php_check_open_basedir(arg)) { in PHP_FUNCTION()
409 if (php_check_open_basedir(personal)) { in PHP_FUNCTION()831 if (php_check_open_basedir(value)) { in pspell_config_path()881 if (php_check_open_basedir(repl)) { in PHP_FUNCTION()
190 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()385 if (php_check_open_basedir(save_path)) { in PS_OPEN_FUNC()
398 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()460 if (php_check_open_basedir(fullpath)) { in CPH_METHOD()
320 if (php_check_open_basedir(file)) { in PHP_FUNCTION()
265 if (php_check_open_basedir(path_copy)) { in _php_stream_bz2open()
594 if (php_check_open_basedir(pwl)) { in PHP_FUNCTION()
129 if (php_check_open_basedir(fullpath)) { in PHP_METHOD()2079 if (php_check_open_basedir(arg3 + 5)) { in php_sqlite3_authorizer()2083 if (php_check_open_basedir(arg3)) { in php_sqlite3_authorizer()
752 if (php_check_open_basedir(fullpath)) { in make_filename_safe()
715 if (php_check_open_basedir(filename)) { in php_oci_lob_import()
507 if (php_check_open_basedir(intern->profiling)) { in php_xsl_apply_stylesheet()
Completed in 79 milliseconds