goba Fri Feb 8 09:14:26 2002 EDT Modified files: /phpdoc/en/functions regex.xml var.xml Log: tip -> note, where tips actually contained notes about usage Index: phpdoc/en/functions/regex.xml diff -u phpdoc/en/functions/regex.xml:1.38 phpdoc/en/functions/regex.xml:1.39 --- phpdoc/en/functions/regex.xml:1.38 Sat Feb 2 10:36:08 2002 +++ phpdoc/en/functions/regex.xml Fri Feb 8 09:14:26 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.38 $ --> +<!-- $Revision: 1.39 $ --> <reference id="ref.regex"> <title>Regular Expression Functions (POSIX Extended)</title> <titleabbrev>Regexps</titleabbrev> @@ -377,7 +377,7 @@ </programlisting> </example> </para> - <tip> + <note> <simpara> If there are <replaceable>n</replaceable> occurrences of <parameter>pattern</parameter>, the returned array will contain @@ -386,7 +386,7 @@ only one element will be returned. Of course, this is also true if <parameter>string</parameter> is empty. </simpara> - </tip> + </note> <para> To parse a date which may be delimited with slashes, dots, or hyphens: Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.93 phpdoc/en/functions/var.xml:1.94 --- phpdoc/en/functions/var.xml:1.93 Wed Feb 6 12:04:59 2002 +++ phpdoc/en/functions/var.xml Fri Feb 8 09:14:26 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.93 $ --> +<!-- $Revision: 1.94 $ --> <reference id="ref.variables"> <title>Variable Functions</title> <titleabbrev>Variables</titleabbrev> @@ -474,13 +474,13 @@ Returns &true; if <parameter>var</parameter> is a <type>float</type>, &false; otherwise. </simpara> - <tip> + <note> <para> To test if a variable is a number or a numeric string (such as form input, which is always a string), you must use <function>is_numeric</function>. </para> - </tip> + </note> <simpara> See also <function>is_bool</function>, @@ -509,13 +509,13 @@ Returns &true; if <parameter>var</parameter> is an <type>integer</type> &false; otherwise. </simpara> - <tip> + <note> <para> To test if a variable is a number or a numeric string (such as form input, which is always a string), you must use <function>is_numeric</function>. </para> - </tip> + </note> <simpara> See also <function>is_bool</function>, <function>is_float</function>,