mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
<?= is always enabled now
This commit is contained in:
parent
d28ae7654d
commit
207e67923f
1 changed files with 1 additions and 2 deletions
|
@ -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; ?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue