3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach ([ 'agh,', 'no match', 'this has, a thing', 'foo,'] as $example) { var_dump(preg_match('/[a-zA-Z0-9]{1,3},/', $example)); }

preferences:
36.03 ms | 402 KiB | 5 Q