<?php echo preg_replace_callback('/.(.)/s', function($m){ return chr(mt_rand(48, 57)) . $m[1]; }, '123456');
You have javascript disabled. You will not be able to edit any code.