mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed doc bug #63024 (PHP 5.4.0, <?= is always available).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327507 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e877c4a3b0
commit
34593e9061
1 changed files with 4 additions and 4 deletions
|
@ -27,10 +27,10 @@
|
|||
</para>
|
||||
<para>
|
||||
<literal>echo</literal> also has a shortcut syntax, where you can
|
||||
immediately follow the opening tag with an equals sign. This short syntax
|
||||
only works with the <link
|
||||
linkend="ini.short-open-tag">short_open_tag</link> configuration setting
|
||||
enabled.
|
||||
immediately follow the opening tag with an equals sign. Prior to PHP 5.4.0,
|
||||
this short syntax only works with the
|
||||
<link linkend="ini.short-open-tag">short_open_tag</link> configuration
|
||||
setting enabled.
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue