fn_dest          4457 ext/gd/gd.c    	char *fn_dest = NULL;
fn_dest          4474 ext/gd/gd.c    	fn_dest = f_dest;
fn_dest          4489 ext/gd/gd.c    	PHP_GD_CHECK_OPEN_BASEDIR(fn_dest, "Invalid destination filename");
fn_dest          4499 ext/gd/gd.c    	dest = VCWD_FOPEN(fn_dest, "wb");
fn_dest          4501 ext/gd/gd.c    		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for writing", fn_dest);
fn_dest          4509 ext/gd/gd.c    				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid GIF file", fn_dest);
fn_dest          4519 ext/gd/gd.c    				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid JPEG file", fn_dest);
fn_dest          4529 ext/gd/gd.c    				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid PNG file", fn_dest);