mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
two typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302165 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ec4e0c9780
commit
34464ad8dd
1 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ EOD
|
|||
</example>
|
||||
|
||||
<para>
|
||||
As of PHP 5.3.0, its possible to initialize static variables and class
|
||||
As of PHP 5.3.0, it's possible to initialize static variables and class
|
||||
properties/constants using the Heredoc syntax:
|
||||
</para>
|
||||
|
||||
|
@ -356,7 +356,7 @@ FOOBAR;
|
|||
</example>
|
||||
|
||||
<para>
|
||||
PHP 5.3.0 also introduces the possibility for Heredoc's to
|
||||
PHP 5.3.0 also introduces the possibility for Heredocs to
|
||||
use double quotes in declarings:
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue