3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id = 'a1'; if (preg_match('/[^0-9]/',$id)) { print "Match"; } else { print "No Match"; }
Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
Match

preferences:
48.22 ms | 406 KiB | 5 Q