3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array( '+ 7 (922) 555-1234','+380671072122','+3 80671072122','+3 8 067 107 21 22','+38(067)1072122','+38 (067) 107 21 22','+3 8067 107-21-22','067 107 21 22','067-107-21-22','+380 67 1072122' ); foreach($test as $t){ preg_match('/^(\+?\d{1})?\s*(\(\d+\))?[\s-]*([\d-]*)$/', $t, $number[0]); preg_match('/^(\+)?\s*?(\d{1})?\s*?\(?(\d{1,3})?\)?/', $t, $number[1]);//\s*(\d{1,2})[\s-]*(\d{1,7})$ print_r($number); }

preferences:
33.33 ms | 402 KiB | 5 Q