$i = 1;$src = preg_replace_callback("|fuck|s", create_function('', 'global $i; return "CENSORED[". ($i++) ."] ";'), $src);