3v4l.org

run code in 300+ PHP versions simultaneously
<?php $birth = strtotime('14 march 2013'); $thisbd = mktime(0, 0, 0, date('n', $birth), date('j', $birth)); $lastbd = ($thisbd > time()) ? date('Y') - 1 : date('Y'); $age = $lastbd - date('Y', $birth); echo $age;

preferences:
33.41 ms | 402 KiB | 5 Q