mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
clarify this, and not version difference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40000 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c469ab6bdb
commit
78ee83ec50
1 changed files with 4 additions and 2 deletions
|
@ -173,8 +173,10 @@ $a = 1.234; $a = 1.2e3;
|
|||
</para>
|
||||
|
||||
<para>
|
||||
You can escape any other character, but a warning will be issued
|
||||
at the highest warning level.
|
||||
If you attempt to escape any other character, both the backslash
|
||||
and the character will be output. In PHP 3, a warning will
|
||||
be issued at the <literal>E_NOTICE</literal> level when this
|
||||
happens. In PHP 4, no warning is generated.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue