translated_path   661 sapi/cli/php_cli.c 	char *script_file=NULL, *translated_path = NULL;
translated_path   919 sapi/cli/php_cli.c 					translated_path = strdup(real_path);
translated_path   941 sapi/cli/php_cli.c 		SG(request_info).path_translated = translated_path? translated_path: (char*)file_handle.filename;
translated_path  1143 sapi/cli/php_cli.c 	if (translated_path) {
translated_path  1144 sapi/cli/php_cli.c 		free(translated_path);