3v4l.org

run code in 500+ PHP versions simultaneously
<?php $handle = fopen("/Users/ssarwe/Downloads/clientsToSet.txt", "r") or die("Couldn't get handle"); if ($handle) { while (!feof($handle)) { $buffer = fgets($handle, 4096); echo $buffer.PHP_EOL; } fclose($handle); }
Output for git.master_jit, git.master
Warning: fopen(): open_basedir restriction in effect. File(/Users/ssarwe/Downloads/clientsToSet.txt) is not within the allowed path(s): (/tmp:/in:/etc) in /in/oGqOd on line 2 Warning: fopen(/Users/ssarwe/Downloads/clientsToSet.txt): Failed to open stream: Operation not permitted in /in/oGqOd on line 2 Couldn't get handle

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:
48.95 ms | 767 KiB | 4 Q