Home
last modified time | relevance | path

Searched refs:php_check_specific_open_basedir (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/main/
H A Dfopen_wrappers.h31 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path);
H A Dfopen_wrappers.c142 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path) function
318 if (php_check_specific_open_basedir(ptr, path) == 0) {
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_loaddata.c189 if (php_check_specific_open_basedir(local_infile_directory, filename) == -1) { in mysqlnd_handle_local_infile()

Completed in 25 milliseconds