Hachage dans le double script PHP

<?php
	$str = 'scriptverse';
	echo md5($str);
?>
Exuberant Eland