Searched refs:php_check_open_basedir_ex (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/main/ |
H A D | fopen_wrappers.h | 30 PHPAPI int php_check_open_basedir_ex(const char *path, int warn);
|
H A D | fopen_wrappers.c | 109 if (php_check_open_basedir_ex(ptr, 0) != 0) { in ZEND_INI_MH() 275 return php_check_open_basedir_ex(path, 1); 279 PHPAPI int php_check_open_basedir_ex(const char *path, int warn) function
|
/PHP-8.2/ext/posix/ |
H A D | posix.c | 575 if (php_check_open_basedir_ex(ZSTR_VAL(path), 0)) { in PHP_FUNCTION() 608 if (php_check_open_basedir_ex(ZSTR_VAL(path), 0)) { in PHP_FUNCTION() 699 if (php_check_open_basedir_ex(path, 0)) { in PHP_FUNCTION()
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 42 if (php_check_open_basedir_ex(filename, 0) == -1) { in mysqlnd_local_infile_init()
|
/PHP-8.2/main/streams/ |
H A D | glob_wrapper.c | 244 if (!php_check_open_basedir_ex(pglob->glob.gl_pathv[i], 0)) { in php_glob_stream_opener()
|
H A D | plain_wrapper.c | 1219 if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1)) { in php_plain_files_url_stater() 1710 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir_ex(trypath, 0)) { in _php_stream_fopen_with_path()
|
/PHP-8.2/ext/standard/ |
H A D | dir.c | 482 if (php_check_open_basedir_ex(globbuf.gl_pathv[n], 0)) { in PHP_FUNCTION()
|
Completed in 26 milliseconds