3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tests = [ 'MAU120', 'MAUL345', 'MAUW23', ]; foreach ($tests as $test) { var_export(sscanf($test, '%[^0-9]%d')); echo "\n"; }

preferences:
36.26 ms | 405 KiB | 5 Q