Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
update documentation link
Source Link
Gleb Kemarsky
  • 10.5k
  • 7
  • 49
  • 73

It's a shorthand for this:

<?php echo $a; ?> 

They're called short tags; see example #2#1 in the documentationdocumentation.

It's a shorthand for this:

<?php echo $a; ?> 

They're called short tags; see example #2 in the documentation.

It's a shorthand for this:

<?php echo $a; ?> 

They're called short tags; see example #1 in the documentation.

Source Link
Will Vousden
  • 33.5k
  • 9
  • 89
  • 97

It's a shorthand for this:

<?php echo $a; ?> 

They're called short tags; see example #2 in the documentation.