3v4l.org

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

preferences:
35.54 ms | 402 KiB | 5 Q