short tag php ini code example Example 1: short-open tags in php <?="Hello world";?> <?="Hello world"?> Example 2: php short tag <?= //do stuff here; ?>