3v4l.org

run code in 300+ PHP versions simultaneously
<?php //will got current directory list $glob = glob('./*'); print_r($glob); //will got nothing? $glob = new GlobIterator('./*'); print_r(iterator_to_array($glob));

preferences:
41.81 ms | 402 KiB | 5 Q