hholzgra                Sat Mar 31 20:25:26 2007 UTC

  Modified files:              
    /phpdoc/en/reference/math/functions ceil.xml 
  Log:
  forgot to move example
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/math/functions/ceil.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/math/functions/ceil.xml
diff -u phpdoc/en/reference/math/functions/ceil.xml:1.9 
phpdoc/en/reference/math/functions/ceil.xml:1.10
--- phpdoc/en/reference/math/functions/ceil.xml:1.9     Sat Mar 31 19:18:23 2007
+++ phpdoc/en/reference/math/functions/ceil.xml Sat Mar 31 20:25:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry id="function.ceil">
  <refnamediv>
   <refname>ceil</refname>
@@ -15,20 +15,6 @@
    Returns the next highest integer value by rounding up 
    <parameter>value</parameter> if necessary. 
   </simpara>
-  <para>
-   <example>
-    <title><function>ceil</function> example</title>
-    <programlisting role="php">
-<![CDATA[
-<?php
-echo ceil(4.3);    // 5
-echo ceil(9.999);  // 10
-echo ceil(-3.14);  // -3
-?>
-]]>
-    </programlisting>
-   </example>
-  </para>
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;
@@ -58,7 +44,18 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
-
+   <example>
+    <title><function>ceil</function> example</title>
+    <programlisting role="php">
+<![CDATA[
+<?php
+echo ceil(4.3);    // 5
+echo ceil(9.999);  // 10
+echo ceil(-3.14);  // -3
+?>
+]]>
+    </programlisting>
+   </example>
   </para>
  </refsect1>
  <refsect1 role="seealso">

Reply via email to