3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = time(); echo strtotime('+0 second', $now) . "\n" . $now . "\n"; var_dump( strtotime('+0 second', $now) === $now );

preferences:
30.72 ms | 402 KiB | 5 Q