3v4l.org

run code in 300+ PHP versions simultaneously
<?php $uri = 'data:application/json;base64,' . base64_encode(json_encode(['hello'=> 'world'])); $exists = var_export(file_exists($uri), true); $data = file_get_contents($uri); echo "URI: $uri\nExists: $exists\nData: $data";
Output for rfc.property-hooks, git.master_jit, git.master
URI: data:application/json;base64,eyJoZWxsbyI6IndvcmxkIn0= Exists: false Data: {"hello":"world"}

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:
40.75 ms | 1118 KiB | 4 Q