I'm trying to figure out why and what exactly this is, I've tried finding documentation on Google but without know the terminology I can't really find a reliable search. I saw a code similar to this
<?php
$text = "Hello World";
?>
<?=$text?>
This will echo Hello World
so what is it exactly, since it's doing the same as echo. Also doesn't seem like a big space junky either, As I've tried this on IDE ONE
Can someone give me a rundown or at least link me to the terminology and other short hands.