3v4l.org

run code in 300+ PHP versions simultaneously
<?php $links = "http://site1.com/embed1/CODIGO http://site2.com/embed2/CODIGO http://site3.com/embed3/CODIGO http://site4.com/embed4/CODIGO"; var_dump(explode("\n" , $links));
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { [0]=> string(30) "http://site1.com/embed1/CODIGO" [1]=> string(30) "http://site2.com/embed2/CODIGO" [2]=> string(30) "http://site3.com/embed3/CODIGO" [3]=> string(30) "http://site4.com/embed4/CODIGO" }

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