LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: Kalle Sommer Nielsen Date: Tue Aug 19 07:07:36 2008 Subject: cvs: phpdoc /en/language/types float.xml
kalle Tue Aug 19 13:07:36 2008 UTC
Modified files:
/phpdoc/en/language/types float.xml
Log:
Fixes #45205 (Floating point syntax)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types/float.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/language/types/float.xml
diff -u phpdoc/en/language/types/float.xml:1.4 phpdoc/en/language/types/float.xml:1.5
--- phpdoc/en/language/types/float.xml:1.4 Thu Feb 21 18:43:17 2008
+++ phpdoc/en/language/types/float.xml Tue Aug 19 13:07:35 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<sect1 xml:id="language.types.float">
<title>Floating point numbers</title>
@@ -29,7 +29,7 @@
<![CDATA[
LNUM [0-9]+
DNUM ([0-9]*[\.]{LNUM}) | ({LNUM}[\.][0-9]*)
-EXPONENT_DNUM (({LNUM} | {DNUM}) [eE][+-]? {LNUM})
+EXPONENT_DNUM [+-]?(({LNUM} | {DNUM}) [eE][+-]? {LNUM})
]]>
</programlisting>
</informalexample>
| Navigate in group php.doc.cvs at sever news.php.net | |
| Previous | Next |
| © No Copyright You are free to use Anything |
Site Maintained by PHP Developer
Powered By PHP Consultants |