mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo, spotted by Hannes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282600 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
49f7d296c8
commit
db5cab7b7b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<appendix xml:id="migration53" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 5.2.x to PHP 5.3.x</title>
|
||||
<para>
|
||||
|
@ -183,7 +183,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Its not possible to use <link linkend="language.types.string.syntax.heredoc">Heredoc</link>
|
||||
Its now possible to use <link linkend="language.types.string.syntax.heredoc">Heredoc</link>
|
||||
to initialize static variables and class members/constants.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue