<?= is always enabled now

This commit is contained in:
Rasmus Lerdorf 2011-08-27 19:00:59 +00:00
parent d28ae7654d
commit 207e67923f

View file

@ -24,8 +24,7 @@ $a = 'This gets echoed twice';
<%= 'so should this' %> <%= 'so should this' %>
<?= $a?> This gets echoed twice
<%= $a%> <%= $a%>
<? $b=3; ?> <? $b=3; ?>