3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = <<<TEXT Asia: Asian Cup - Play Offs Asia: Asian Cup Asia: World Cup - Qualification - First Stage Australia: A-League Belgium: Jupiler League - Championship Group Brazil: Série A TEXT; var_export( preg_split('/\R/', $text) );
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => 'Asia: Asian Cup - Play Offs', 1 => 'Asia: Asian Cup', 2 => 'Asia: World Cup - Qualification - First Stage', 3 => 'Australia: A-League', 4 => 'Belgium: Jupiler League - Championship Group', 5 => 'Brazil: Série A', )

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:
158.93 ms | 406 KiB | 5 Q