<!DOCTYPE html>
<html>
<body>

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


</body>
</html>