translated_path   671 sapi/cli/php_cli.c 	char *script_file=NULL, *translated_path = NULL;
translated_path   939 sapi/cli/php_cli.c 					translated_path = strdup(real_path);
translated_path   961 sapi/cli/php_cli.c 		SG(request_info).path_translated = translated_path? translated_path: (char*)file_handle.filename;
translated_path  1179 sapi/cli/php_cli.c 	if (translated_path) {
translated_path  1180 sapi/cli/php_cli.c 		free(translated_path);