Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.h32 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
H A Dfopen_wrappers.c118 if (php_check_open_basedir_ex(ptr, 0) != 0) { in ZEND_INI_MH()
284 return php_check_open_basedir_ex(path, 1);
289 PHPAPI int php_check_open_basedir_ex(const char *path, int warn) function
/PHP-7.4/ext/standard/
H A Ddir.c500 if (php_check_open_basedir_ex(pattern, 0)) { in PHP_FUNCTION()
512 if (php_check_open_basedir_ex(globbuf.gl_pathv[n], 0)) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c44 if (php_check_open_basedir_ex(filename, 0) == -1) { in mysqlnd_local_infile_init()
/PHP-7.4/ext/posix/
H A Dposix.c923 if (php_check_open_basedir_ex(ZSTR_VAL(path), 0)) { in PHP_FUNCTION()
957 if (php_check_open_basedir_ex(ZSTR_VAL(path), 0)) { in PHP_FUNCTION()
1054 if (php_check_open_basedir_ex(path, 0)) { in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1159 if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1)) { in php_plain_files_url_stater()
1642 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir_ex(trypath, 0)) { in _php_stream_fopen_with_path()

Completed in 24 milliseconds