3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tz = new DateTimeZone('America/Vancouver'); $now = new DateTime('now', $tz); $birth = new DateTime('1975-11-30', $tz); var_dump($birth->diff($now)->format('%Y'));

preferences:
50.75 ms | 402 KiB | 5 Q