Lines Matching refs:PG
282 if (PG(open_basedir) && *PG(open_basedir)) {
295 pathbuf = estrdup(PG(open_basedir));
314 … restriction in effect. File(%s) is not within the allowed path(s): (%s)", path, PG(open_basedir));
358 if (PG(user_dir) && *PG(user_dir) && path_info && '/' == path_info[0] && '~' == path_info[1]) {
390 …spprintf(&filename, 0, "%s%c%s%c%s", pw->pw_dir, PHP_DIR_SEPARATOR, PG(user_dir), PHP_DIR_SEPARATO…
400 if (PG(doc_root) && path_info && (length = strlen(PG(doc_root))) &&
401 IS_ABSOLUTE_PATH(PG(doc_root), length)) {
404 memcpy(filename, PG(doc_root), length);
439 orig_display_errors = PG(display_errors);
440 PG(display_errors) = 0;
442 PG(display_errors) = orig_display_errors;
454 PG(display_errors) = orig_display_errors;