work_path         640 ext/zip/php_zip.c 	char work_path[MAXPATHLEN];
work_path         659 ext/zip/php_zip.c 		snprintf(work_path, MAXPATHLEN, "%s%c%s", cwd, DEFAULT_SLASH, path);
work_path         660 ext/zip/php_zip.c 		path = work_path;