3v4l.org

run code in 300+ PHP versions simultaneously
<?php $birth = strtotime('10 march 2014'); $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:
35.41 ms | 402 KiB | 5 Q