]> granicus.if.org Git - php/commitdiff
<?= is always enabled now
authorRasmus Lerdorf <rasmus@php.net>
Sat, 27 Aug 2011 19:00:59 +0000 (19:00 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 27 Aug 2011 19:00:59 +0000 (19:00 +0000)
tests/lang/short_tags.004.phpt

index f448fa79f71ad67188491fe44fb7261aadb13f00..ff3308733a7817511926f65b0695f2762d8fbdbd 100644 (file)
@@ -24,8 +24,7 @@ $a = 'This gets echoed twice';
 <%= 'so should this' %>
 
 
-<?= $a?>
-
+This gets echoed twice
 <%= $a%>
 
 <? $b=3; ?>