3v4l.org

run code in 300+ PHP versions simultaneously
<?php $subject = "3v4l.org - online PHP shell, test in 80+ different PHP versions!"; $arr = preg_split('/ |,|\)|\(|\;|\.|\[a-z]/',$subject); $arr1 = preg_split('~[^\p{L}\p{N}\']+~u',$subject); print_r($arr); print_r($arr1);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 3v4l [1] => org [2] => - [3] => online [4] => PHP [5] => shell [6] => [7] => test [8] => in [9] => 80+ [10] => different [11] => PHP [12] => versions! ) Array ( [0] => 3v4l [1] => org [2] => online [3] => PHP [4] => shell [5] => test [6] => in [7] => 80 [8] => different [9] => PHP [10] => versions [11] => )

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