mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added note about availability of <?=
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75625 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6b47fc9c06
commit
996758871c
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.167 $ -->
|
||||
<!-- $Revision: 1.168 $ -->
|
||||
<reference id="ref.strings">
|
||||
<title>String functions</title>
|
||||
<titleabbrev>Strings</titleabbrev>
|
||||
|
@ -578,6 +578,13 @@ I have <?=$foo?> foo.
|
|||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This short syntax only works with the
|
||||
<link linkend="ini.short-open-tag">short_open_tag</link> configuration
|
||||
setting enabled.
|
||||
</para>
|
||||
</note>
|
||||
<simpara>
|
||||
See also:
|
||||
<function>print</function>,
|
||||
|
|
Loading…
Reference in a new issue