svn: /phpdoc/de/trunk/reference/var/functions/ is-numeric.xml print-r.xml
[email protected] ("Carola 'Sammy' Kummert")
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
sammywg Fri, 19 Mar 2010 08:13:40 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296373
Log:
typo, fix spaces
Changed paths:
U phpdoc/de/trunk/reference/var/functions/is-numeric.xml
U phpdoc/de/trunk/reference/var/functions/print-r.xml
Modified: phpdoc/de/trunk/reference/var/functions/is-numeric.xml
===================================================================
--- phpdoc/de/trunk/reference/var/functions/is-numeric.xml 2010-03-19 08:04:32 UTC (rev 296372)
+++ phpdoc/de/trunk/reference/var/functions/is-numeric.xml 2010-03-19 08:13:40 UTC (rev 296373)
@@ -82,17 +82,17 @@
]]>
</programlisting>
&example.outputs;
- <screen>
+ <screen>
<![CDATA[
- '42' ist numerisch
- '1337' ist numerisch
- '1e4' ist numerisch
- 'nicht numerisch' ist NICHT numerisch
- 'Array' ist NICHT numerisch
- '9.1' ist numerisch
+ '42' ist numerisch
+ '1337' ist numerisch
+ '1e4' ist numerisch
+ 'nicht numerisch' ist NICHT numerisch
+ 'Array' ist NICHT numerisch
+ '9.1' ist numerisch
]]>
- </screen>
- </example>
+ </screen>
+ </example>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/var/functions/print-r.xml
===================================================================
--- phpdoc/de/trunk/reference/var/functions/print-r.xml 2010-03-19 08:04:32 UTC (rev 296372)
+++ phpdoc/de/trunk/reference/var/functions/print-r.xml 2010-03-19 08:13:40 UTC (rev 296373)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 293493 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.print-r" xmlns="http://docbook.org/ns/docbook">
<refnamediv>