vrana           Tue Mar 15 08:54:28 2005 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  intval.xml 
  Log:
  Converting (part of bug #32294)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/intval.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/var/functions/intval.xml
diff -u phpdoc/en/reference/var/functions/intval.xml:1.2 
phpdoc/en/reference/var/functions/intval.xml:1.3
--- phpdoc/en/reference/var/functions/intval.xml:1.2    Wed Apr 17 02:44:57 2002
+++ phpdoc/en/reference/var/functions/intval.xml        Tue Mar 15 08:54:27 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
   <refentry id="function.intval">
    <refnamediv>
@@ -21,6 +21,8 @@
     <simpara>
      <parameter>var</parameter> may be any scalar type. You cannot use
      <function>intval</function> on <type>array</type>s or 
<type>object</type>s.
+     Common rules of <link linkend="language.types.integer.casting">converting
+     to integer</link> apply.
     </simpara>
     <note>
      <para>

Reply via email to