golden             33 ext/calendar/easter.c 	zend_long year, golden, solar, lunar, pfm, dom, tmp, easter, result;
golden             59 ext/calendar/easter.c 	golden = (year % 19) + 1;					/* the Golden number */
golden             70 ext/calendar/easter.c 		pfm = (3 - (11*golden) - 7) % 30;			/* uncorrected date of the Paschal full moon */
golden             83 ext/calendar/easter.c 		pfm = (3 - (11*golden) + solar - lunar) % 30;		/* uncorrected date of the Paschal full moon */
golden             89 ext/calendar/easter.c 	if ((pfm == 29) || (pfm == 28 && golden > 11)) {		/* corrected date of the Paschal full moon */