What is the shortest PHP program that can be written?

The shortest PHP program that can be written is a program that contains only the opening and closing PHP tags. This is the most basic PHP program that can be executed, as it does not contain any actual code or instructions to execute.

<?php
?>