fn_org           3995 ext/gd/gd.c    	char *fn_org = NULL;
fn_org           4014 ext/gd/gd.c    	fn_org  = f_org;
fn_org           4027 ext/gd/gd.c    	PHP_GD_CHECK_OPEN_BASEDIR(fn_org, "Invalid origin filename");
fn_org           4033 ext/gd/gd.c    	org = VCWD_FOPEN(fn_org, "rb");
fn_org           4035 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to open '%s' for reading", fn_org);