<?php $string = ''; for ($i = 0; $i < 10000; $i++) { $string .= chr(rand(65, 122)); } echo "Calling preg_match()\n"; preg_match('/(\D|3)*/', $string); echo "It didn't broke php\n";
You have javascript disabled. You will not be able to edit any code.