3v4l.org

run code in 300+ PHP versions simultaneously
<?php function validateMobile($mobile, &$mathed){ return preg_match("/^1[345789]\d{9}$/", $mobile, $mathed); } var_dump(validateMobile('15905199150', $mathed)); var_dump($mathed);

preferences:
39.48 ms | 402 KiB | 5 Q