techtonik Fri Oct 29 06:02:33 2004 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
example in float type section is not a php code
http://cvs.php.net/diff.php/phpdoc/en/language/types.xml?r1=1.143&r2=1.144&ty=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.143 phpdoc/en/language/types.xml:1.144
--- phpdoc/en/language/types.xml:1.143 Sat Oct 9 01:35:29 2004
+++ phpdoc/en/language/types.xml Fri Oct 29 06:02:33 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.143 $ -->
+<!-- $Revision: 1.144 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -559,7 +559,7 @@
</informalexample>
Formally:
<informalexample>
- <programlisting role="php">
+ <programlisting>
LNUM [0-9]+
DNUM ([0-9]*[\.]{LNUM}) | ({LNUM}[\.][0-9]*)
EXPONENT_DNUM ( ({LNUM} | {DNUM}) [eE][+-]? {LNUM})