From 47b92dda52ec7a7bbceae9520a3400780fe64fd7 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 16 Aug 2000 09:05:09 +0000 Subject: [PATCH] some clarifications regarding line endings and special characters like '\n' and '\r' to make it more clear that PHP is more C-ish than PERL-ish here git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30352 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/types.xml b/language/types.xml index 2e0cc480d0..b29f6c09ae 100644 --- a/language/types.xml +++ b/language/types.xml @@ -100,15 +100,15 @@ $a = 1.234; $a = 1.2e3; \n - newline + linefeed (LF or 0x0A in ASCII) \r - carriage + cariage return (CR or 0x0D in ASCII) \t - horizontal tab + horizontal tab (HT or 0x09 in ASCII) \\