From dae628fa5db7204660a826eae74dcc6f6de3580d Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Fri, 29 Oct 2004 10:02:33 +0000 Subject: [PATCH] example in float type section is not a php code git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171537 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index 1dcf8b1802..efeb9612b4 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -559,7 +559,7 @@ $c = 7E-10; Formally: - + LNUM [0-9]+ DNUM ([0-9]*[\.]{LNUM}) | ({LNUM}[\.][0-9]*) EXPONENT_DNUM ( ({LNUM} | {DNUM}) [eE][+-]? {LNUM})