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:
87.64 ms | 406 KiB | 5 Q