<?php
error_reporting(-1);
echo "Hello out there";
echo (20 + 30) * 5 / 2;
?>