1--TEST-- 2easter_days() 3--EXTENSIONS-- 4calendar 5--FILE-- 6<?php 7echo easter_days(1999), "\n"; 8echo easter_days(1492), "\n"; 9echo easter_days(1913), "\n"; 10?> 11--EXPECT-- 1214 1332 142 15