fn_dest          3996 ext/gd/gd.c    	char *fn_dest = NULL;
fn_dest          4015 ext/gd/gd.c    	fn_dest = f_dest;
fn_dest          4030 ext/gd/gd.c    	PHP_GD_CHECK_OPEN_BASEDIR(fn_dest, "Invalid destination filename");
fn_dest          4040 ext/gd/gd.c    	dest = VCWD_FOPEN(fn_dest, "wb");
fn_dest          4042 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to open '%s' for writing", fn_dest);
fn_dest          4050 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Unable to open '%s' Not a valid GIF file", fn_dest);
fn_dest          4060 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Unable to open '%s' Not a valid JPEG file", fn_dest);
fn_dest          4070 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Unable to open '%s' Not a valid PNG file", fn_dest);