3v4l.org

run code in 300+ PHP versions simultaneously
<?php $f = tempnam(sys_get_temp_dir(), 'whatever'); unlink($f); mkdir($f); var_dump(stat($f));
Output for git.master, git.master_jit, rfc.property-hooks
array(26) { [0]=> int(3) [1]=> int(4) [2]=> int(16877) [3]=> int(2) [4]=> int(99) [5]=> int(99) [6]=> int(0) [7]=> int(40) [8]=> int(1414794567) [9]=> int(1414794567) [10]=> int(1414794567) [11]=> int(4096) [12]=> int(0) ["dev"]=> int(3) ["ino"]=> int(4) ["mode"]=> int(16877) ["nlink"]=> int(2) ["uid"]=> int(99) ["gid"]=> int(99) ["rdev"]=> int(0) ["size"]=> int(40) ["atime"]=> int(1414794567) ["mtime"]=> int(1414794567) ["ctime"]=> int(1414794567) ["blksize"]=> int(4096) ["blocks"]=> int(0) }

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:
49.35 ms | 402 KiB | 8 Q