<!DOCTYPE html>
<html>
<body>

<?php
$a=array(5,5,2,10);
echo(array_product($a));
?>


</body>
</html>