3v4l.org

run code in 300+ PHP versions simultaneously
<?php $valid_numbers = '639164481688, 63-9164481688,639-164481688,6391-64481688,63916-4481688, 639164-481688,6391644-81688,63916448-1688,639164481-688, 6391644816-88,63916448168-8,639164481688,639164481688,+63-9164481688,+639-164481688,+6391-64481688,+63916-4481688, +639164-481688,+6391644-81688,+63916448-1688,+639164481-688, +6391644816-88,+63916448168-8,+639164481688 +639164481688,0-9164481688,09-164481688,091-64481688,0916-4481688, 09164-481688,091644-81688,0916448-1688,09164481-688, 091644816-88,0916448168-8,09164481688'; $valid_numbers = array_map(function($val) { return trim($val); }, explode(',', $valid_numbers)); print_r($valid_numbers);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 639164481688 [1] => 63-9164481688 [2] => 639-164481688 [3] => 6391-64481688 [4] => 63916-4481688 [5] => 639164-481688 [6] => 6391644-81688 [7] => 63916448-1688 [8] => 639164481-688 [9] => 6391644816-88 [10] => 63916448168-8 [11] => 639164481688 [12] => 639164481688 [13] => +63-9164481688 [14] => +639-164481688 [15] => +6391-64481688 [16] => +63916-4481688 [17] => +639164-481688 [18] => +6391644-81688 [19] => +63916448-1688 [20] => +639164481-688 [21] => +6391644816-88 [22] => +63916448168-8 [23] => +639164481688 +639164481688 [24] => 0-9164481688 [25] => 09-164481688 [26] => 091-64481688 [27] => 0916-4481688 [28] => 09164-481688 [29] => 091644-81688 [30] => 0916448-1688 [31] => 09164481-688 [32] => 091644816-88 [33] => 0916448168-8 [34] => 09164481688 )

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:
36.28 ms | 403 KiB | 8 Q