dams Tue Jan 21 14:10:29 2003 EDT Modified files: /phpdoc/en/reference/var/functions settype.xml var-dump.xml empty.xml Log: minor consistencies Index: phpdoc/en/reference/var/functions/settype.xml diff -u phpdoc/en/reference/var/functions/settype.xml:1.3 phpdoc/en/reference/var/functions/settype.xml:1.4 --- phpdoc/en/reference/var/functions/settype.xml:1.3 Sat Jun 1 12:33:46 2002 +++ phpdoc/en/reference/var/functions/settype.xml Tue Jan 21 14:10:29 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 --> <refentry id="function.settype"> <refnamediv> @@ -59,8 +59,7 @@ </itemizedlist> </para> <para> - Returns &true; if successful; otherwise returns - &false;. + &return.success; </para> <para> <example> Index: phpdoc/en/reference/var/functions/var-dump.xml diff -u phpdoc/en/reference/var/functions/var-dump.xml:1.2 phpdoc/en/reference/var/functions/var-dump.xml:1.3 --- phpdoc/en/reference/var/functions/var-dump.xml:1.2 Wed Apr 17 02:44:59 2002 +++ phpdoc/en/reference/var/functions/var-dump.xml Tue Jan 21 14:10:29 2003 @@ -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.84 --> <refentry id="function.var-dump"> <refnamediv> @@ -25,7 +25,8 @@ <function>print_r</function>. </simpara> <para> - <informalexample> + <example> + <title><function>var_dump</function> example</title> <programlisting role="php"> <![CDATA[ <pre> @@ -65,7 +66,7 @@ </pre> ]]> </programlisting> - </informalexample> + </example> </para> </refsect1> </refentry> Index: phpdoc/en/reference/var/functions/empty.xml diff -u phpdoc/en/reference/var/functions/empty.xml:1.2 phpdoc/en/reference/var/functions/empty.xml:1.3 --- phpdoc/en/reference/var/functions/empty.xml:1.2 Wed Apr 17 02:44:56 2002 +++ phpdoc/en/reference/var/functions/empty.xml Tue Jan 21 14:10:29 2003 @@ -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.empty"> <refnamediv> @@ -9,7 +9,7 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>boolean</type><methodname>empty</methodname> + <type>bool</type><methodname>empty</methodname> <methodparam><type>mixed</type><parameter>var</parameter></methodparam> </methodsynopsis> <note>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php