From 78ee83ec50c4a8f539b7d4afa25768ff11e69346 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Tue, 23 Jan 2001 00:32:06 +0000 Subject: [PATCH] clarify this, and not version difference git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40000 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index 5188d2990b..c1a9176e01 100644 --- a/language/types.xml +++ b/language/types.xml @@ -173,8 +173,10 @@ $a = 1.234; $a = 1.2e3; - 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 E_NOTICE level when this + happens. In PHP 4, no warning is generated.