3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $mypath = realpath( dirname(__FILE__).'/..'); // gives: /path/to/file/ echo PHP_EOL; echo $mypath = dirname(__FILE__).'/..'; // gives: /path/to/file/directory/..

preferences:
36.65 ms | 402 KiB | 5 Q