vrana Fri Aug 17 09:16:49 2007 UTC
Modified files: /phpdoc/en/language types.xml Log: Markup http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.183&r2=1.184&diff_format=u Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.183 phpdoc/en/language/types.xml:1.184 --- phpdoc/en/language/types.xml:1.183 Thu Aug 16 14:17:15 2007 +++ phpdoc/en/language/types.xml Fri Aug 17 09:16:49 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.183 $ --> +<!-- $Revision: 1.184 $ --> <chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook"> <title>Types</title> @@ -1372,7 +1372,7 @@ </para> <para> A <varname>key</varname> may be either an - <literal>integer</literal> or a <type>string</type>. If a key is + <type>integer</type> or a <type>string</type>. If a key is the standard representation of an <type>integer</type>, it will be interpreted as such (i.e. <literal>"8"</literal> will be interpreted as <literal>8</literal>, while