dom 33 ext/calendar/easter.c long year, golden, solar, lunar, pfm, dom, tmp, easter; dom 65 ext/calendar/easter.c dom = (year + (year/4) + 5) % 7; /* the "Dominical number" - finding a Sunday */ dom 66 ext/calendar/easter.c if (dom < 0) { dom 67 ext/calendar/easter.c dom += 7; dom 75 ext/calendar/easter.c dom = (year + (year/4) - (year/100) + (year/400)) % 7; /* the "Domincal number" */ dom 76 ext/calendar/easter.c if (dom < 0) { dom 77 ext/calendar/easter.c dom += 7; dom 93 ext/calendar/easter.c tmp = (4-pfm-dom) % 7; dom 645 ext/dom/php_dom.c PHP_MINIT(dom), dom 646 ext/dom/php_dom.c PHP_MSHUTDOWN(dom), dom 649 ext/dom/php_dom.c PHP_MINFO(dom), dom 656 ext/dom/php_dom.c ZEND_GET_MODULE(dom) dom 660 ext/dom/php_dom.c PHP_MINIT_FUNCTION(dom) dom 971 ext/dom/php_dom.c PHP_MINFO_FUNCTION(dom) dom 994 ext/dom/php_dom.c PHP_MSHUTDOWN_FUNCTION(dom) /* {{{ */ dom 168 ext/dom/php_dom.h PHP_MINIT_FUNCTION(dom); dom 169 ext/dom/php_dom.h PHP_MSHUTDOWN_FUNCTION(dom); dom 170 ext/dom/php_dom.h PHP_MINFO_FUNCTION(dom);