Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dfopen_wrappers.c142 char local_open_basedir[MAXPATHLEN]; local
151 if (strcmp(basedir, ".") || !VCWD_GETCWD(local_open_basedir, MAXPATHLEN)) {
153 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
218 if (expand_filepath(local_open_basedir, resolved_basedir) != NULL) {

Completed in 11 milliseconds