3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(stat(__FILE__)); var_dump(stat(__FILE__ . ".doesntexist"));
Output for git.master, git.master_jit, rfc.property-hooks
array(26) { [0]=> int(3) [1]=> int(4) [2]=> int(33188) [3]=> int(1) [4]=> int(0) [5]=> int(0) [6]=> int(0) [7]=> int(75) [8]=> int(1440770451) [9]=> int(1440770451) [10]=> int(1440770451) [11]=> int(4096) [12]=> int(8) ["dev"]=> int(3) ["ino"]=> int(4) ["mode"]=> int(33188) ["nlink"]=> int(1) ["uid"]=> int(0) ["gid"]=> int(0) ["rdev"]=> int(0) ["size"]=> int(75) ["atime"]=> int(1440770451) ["mtime"]=> int(1440770451) ["ctime"]=> int(1440770451) ["blksize"]=> int(4096) ["blocks"]=> int(8) } Warning: stat(): stat failed for /in/gRjh5.doesntexist in /in/gRjh5 on line 4 bool(false)

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.53 ms | 2776 KiB | 4 Q