3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( json_decode(<<<EOT { "status": "ok", "log": { "version": "1.2", "creator": { "name": "BLW", "version": "1.0.0", "comment": "" }, "browser": { "name": "PhantomJS", "version": "1.9.2", "comment": "" }, "pages": [ { "startedDateTime": "2014-05-19T14:53:25.120Z", "id": "about:blank", "title": "", "pageTimings": { "ononContentLoad": -1, "onLoad": 4003, "comment": "" }, "comment": "", "url": "about:blank", "html": "<html><head></head><body></body></html>" } ], "entries": [] } } EOT ));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#1 (2) { ["status"]=> string(2) "ok" ["log"]=> object(stdClass)#2 (5) { ["version"]=> string(3) "1.2" ["creator"]=> object(stdClass)#3 (3) { ["name"]=> string(3) "BLW" ["version"]=> string(5) "1.0.0" ["comment"]=> string(0) "" } ["browser"]=> object(stdClass)#4 (3) { ["name"]=> string(9) "PhantomJS" ["version"]=> string(5) "1.9.2" ["comment"]=> string(0) "" } ["pages"]=> array(1) { [0]=> object(stdClass)#5 (7) { ["startedDateTime"]=> string(24) "2014-05-19T14:53:25.120Z" ["id"]=> string(11) "about:blank" ["title"]=> string(0) "" ["pageTimings"]=> object(stdClass)#6 (3) { ["ononContentLoad"]=> int(-1) ["onLoad"]=> int(4003) ["comment"]=> string(0) "" } ["comment"]=> string(0) "" ["url"]=> string(11) "about:blank" ["html"]=> string(39) "<html><head></head><body></body></html>" } } ["entries"]=> array(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:
51.97 ms | 403 KiB | 8 Q