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:
jim winstead 2001-01-23 00:32:06 +00:00
parent c469ab6bdb
commit 78ee83ec50

View file

@ -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>