3v4l.org

run code in 300+ PHP versions simultaneously
<?php file_put_contents('/tmp/x', str_repeat('x', 2048)); print_r(stat('/tmp/x'));
Output for git.master_jit, git.master, rfc.property-hooks
Array ( [0] => 3 [1] => 4 [2] => 33188 [3] => 1 [4] => 99 [5] => 99 [6] => 0 [7] => 2048 [8] => 1595332701 [9] => 1595332701 [10] => 1595332701 [11] => 4096 [12] => 8 [dev] => 3 [ino] => 4 [mode] => 33188 [nlink] => 1 [uid] => 99 [gid] => 99 [rdev] => 0 [size] => 2048 [atime] => 1595332701 [mtime] => 1595332701 [ctime] => 1595332701 [blksize] => 4096 [blocks] => 8 )

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:
26.98 ms | 406 KiB | 5 Q