3v4l.org

run code in 300+ 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() );

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
110.38 ms | 1518 KiB | 4 Q