<?php
for($i=1; $i <= 10; $i++) {
    echo date("F j Y", time()-($i*24*60*60))."\n";
}
