3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dh = opendir(""); while($filename = readdir($dh)) { // любые операции с вашим файлом, например $fs = filesize($filename); $ft = filetype($filename); echo "Имя: ".$filename."\nРазмер: ".$fs."\nТип:".$ft; } ?>
Output for git.master, git.master_jit
Fatal error: Uncaught TypeError: readdir(): Argument #1 ($dir_handle) must be of type resource or null, bool given in /in/2tLMB:4 Stack trace: #0 /in/2tLMB(4): readdir(false) #1 {main} thrown in /in/2tLMB on line 4
Process exited with code 255.
Output for rfc.property-hooks
Fatal error: Uncaught TypeError: readdir(): Argument #1 ($dir_handle) must be of type resource or null, false given in /in/2tLMB:4 Stack trace: #0 /in/2tLMB(4): readdir(false) #1 {main} thrown in /in/2tLMB on line 4
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
56 ms | 401 KiB | 8 Q