Home
last modified time | relevance | path

Searched refs:php_check_open_basedir_ex (Results 1 – 7 of 7) sorted by relevance

/php-src/main/
H A Dfopen_wrappers.h30 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
H A Dfopen_wrappers.c109 if (php_check_open_basedir_ex(resolved_name, 0) != 0) { in ZEND_INI_MH()
287 return php_check_open_basedir_ex(path, 1);
291 PHPAPI int php_check_open_basedir_ex(const char *path, int warn) function
/php-src/ext/posix/
H A Dposix.c593 if (php_check_open_basedir_ex(ZSTR_VAL(path), 0)) { in PHP_FUNCTION()
626 if (php_check_open_basedir_ex(ZSTR_VAL(path), 0)) { in PHP_FUNCTION()
717 if (php_check_open_basedir_ex(path, 0)) { in PHP_FUNCTION()
753 if (php_check_open_basedir_ex(path, 0)) { in PHP_FUNCTION()
/php-src/ext/mysqlnd/
H A Dmysqlnd_loaddata.c42 if (php_check_open_basedir_ex(filename, 0) == -1) { in mysqlnd_local_infile_init()
/php-src/main/streams/
H A Dglob_wrapper.c245 if (!php_check_open_basedir_ex(pglob->glob.gl_pathv[i], 0)) { in php_glob_stream_opener()
H A Dplain_wrapper.c1224 if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1)) { in php_plain_files_url_stater()
1725 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir_ex(trypath, 0)) { in _php_stream_fopen_with_path()
/php-src/ext/standard/
H A Ddir.c413 if (php_check_open_basedir_ex(globbuf.gl_pathv[n], 0)) { in PHP_FUNCTION()

Completed in 21 milliseconds