CurrentStatFile  4627 ext/phar/phar_object.c 	if (BG(CurrentStatFile)) {
CurrentStatFile  4628 ext/phar/phar_object.c 		efree(BG(CurrentStatFile));
CurrentStatFile  4632 ext/phar/phar_object.c 	BG(CurrentStatFile) = NULL;
CurrentStatFile   192 ext/standard/basic_functions.h 	char *CurrentStatFile, *CurrentLStatFile;
CurrentStatFile   349 ext/standard/dir.c 	if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) {
CurrentStatFile   350 ext/standard/dir.c 		efree(BG(CurrentStatFile));
CurrentStatFile   351 ext/standard/dir.c 		BG(CurrentStatFile) = NULL;
CurrentStatFile    90 ext/standard/filestat.c 	BG(CurrentStatFile)=NULL;
CurrentStatFile    98 ext/standard/filestat.c 	if (BG(CurrentStatFile)) {
CurrentStatFile    99 ext/standard/filestat.c 		efree (BG(CurrentStatFile));
CurrentStatFile   100 ext/standard/filestat.c 		BG(CurrentStatFile) = NULL;
CurrentStatFile   796 ext/standard/filestat.c 	if (BG(CurrentStatFile)) {
CurrentStatFile   797 ext/standard/filestat.c 		efree(BG(CurrentStatFile));
CurrentStatFile   798 ext/standard/filestat.c 		BG(CurrentStatFile) = NULL;
CurrentStatFile  1931 main/streams/streams.c 			if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
CurrentStatFile  1951 main/streams/streams.c 					if (BG(CurrentStatFile)) {
CurrentStatFile  1952 main/streams/streams.c 						efree(BG(CurrentStatFile));
CurrentStatFile  1954 main/streams/streams.c 					BG(CurrentStatFile) = estrdup(path);
CurrentStatFile   184 sapi/phpdbg/phpdbg_wait.c 			if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(BG(CurrentStatFile), strlen(BG(CurrentStatFile)))) {
CurrentStatFile   185 sapi/phpdbg/phpdbg_wait.c 				efree(BG(CurrentStatFile));
CurrentStatFile   186 sapi/phpdbg/phpdbg_wait.c 				BG(CurrentStatFile) = NULL;