3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($path) { echo "Testing: $path\n"; $file = new \SplFileInfo($path); var_dump($file->getBasename()); var_dump($file->getFilename()); } test('/dir/anotherdir/basedir//'); test('/dir/anotherdir/basedir/'); test('/dir/anotherdir/basedir'); test('/dir/anotherdir//basedir'); test('///'); test('//'); test('/'); test('');

preferences:
29.34 ms | 404 KiB | 5 Q