3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('open_basedir', '/'); $temp = tempnam(__DIR__, 'test'); $data = str_repeat('0', PHP_MAXPATHLEN * 2); $data = 'data://plain/text;base64,' . base64_encode($data); var_dump(copy($data, $temp));
Output for git.master, git.master_jit, rfc.property-hooks
Notice: tempnam(): file created in the system's temporary directory in /in/5h1aI on line 3 bool(true)

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:
30.44 ms | 401 KiB | 8 Q