3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = "This is some data It has some new lines in it Look, there's some more"; var_dump($data); $json = json_encode($data); var_dump($json); var_dump(json_decode($json));
Output for git.master, git.master_jit, rfc.property-hooks
string(70) "This is some data It has some new lines in it Look, there's some more" string(75) ""This is some data\nIt has some new lines in it\n\nLook, there's some more"" string(70) "This is some data It has some new lines in it Look, there's some more"

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