3v4l.org

run code in 500+ PHP versions simultaneously
<?php function test_posix_isatty() { assert('function_exists("posix_isatty")'); return posix_isatty(fopen('php://memory', 'w')); } var_dump( PHP_VERSION, test_posix_isatty() );

preferences:
47.78 ms | 1546 KiB | 5 Q