3v4l.org

run code in 300+ PHP versions simultaneously
<?php // prints e.g. 'Current PHP version: 4.1.1' echo 'Current PHP version: ' . phpversion(); // prints e.g. '2.0' or nothing if the extension isn't enabled echo phpversion('tidy'); ?>

preferences:
35.29 ms | 402 KiB | 5 Q