Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.c143 char local_open_basedir[MAXPATHLEN]; local
152 if (strcmp(basedir, ".") || !VCWD_GETCWD(local_open_basedir, MAXPATHLEN)) {
154 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
223 if (expand_filepath(local_open_basedir, resolved_basedir) != NULL) {

Completed in 6 milliseconds