3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array('<1970'); $b = range(1970, 1996); $c = array_merge($a, $b); print_r($c); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => <1970 [1] => 1970 [2] => 1971 [3] => 1972 [4] => 1973 [5] => 1974 [6] => 1975 [7] => 1976 [8] => 1977 [9] => 1978 [10] => 1979 [11] => 1980 [12] => 1981 [13] => 1982 [14] => 1983 [15] => 1984 [16] => 1985 [17] => 1986 [18] => 1987 [19] => 1988 [20] => 1989 [21] => 1990 [22] => 1991 [23] => 1992 [24] => 1993 [25] => 1994 [26] => 1995 [27] => 1996 )

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