mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
<?= doesn't require short_open_tag anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312712 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6f184ec8cc
commit
4f9c8e2e45
1 changed files with 4 additions and 2 deletions
|
@ -3817,10 +3817,12 @@ auto_prepend_file=security.php
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This directive also affects the shorthand <userinput><?=</userinput>,
|
||||
This directive also affected the shorthand
|
||||
<userinput><?=</userinput> before PHP 5.4.0,
|
||||
which is identical to <userinput><? echo</userinput>. Use of this
|
||||
shortcut requires <systemitem role="directive">short_open_tag</systemitem>
|
||||
shortcut required <systemitem role="directive">short_open_tag</systemitem>
|
||||
to be on.
|
||||
Since PHP 5.4.0, <userinput><?=</userinput> is always available.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue