Previous I bumped into codes like this:
<?php
$var="hello";
?>
<?=$var?>
It simply prints out the content of $var, so... is the syntax equivalent to echo $var
?
I'll also appreciate an answer pointing to a related manual page. Since the syntax is not searchable.