sander Sat Jun 1 12:33:47 2002 EDT
Modified files:
/phpdoc/en/reference/strings reference.xml
/phpdoc/en/reference/var/functions isset.xml settype.xml
Log:
Some minor fixes
Index: phpdoc/en/reference/strings/reference.xml
diff -u phpdoc/en/reference/strings/reference.xml:1.2
phpdoc/en/reference/strings/reference.xml:1.3
--- phpdoc/en/reference/strings/reference.xml:1.2 Mon Apr 15 17:57:22 2002
+++ phpdoc/en/reference/strings/reference.xml Sat Jun 1 12:33:43 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@@ -21,7 +21,7 @@
For even more powerful string handling and manipulating functions
take a look at the <link linkend="ref.regex">POSIX regular
expression functions</link> and the <link linkend="ref.pcre">Perl
- compatible regular expression functions</link>
+ compatible regular expression functions</link>.
</para>
</partintro>
Index: phpdoc/en/reference/var/functions/isset.xml
diff -u phpdoc/en/reference/var/functions/isset.xml:1.4
phpdoc/en/reference/var/functions/isset.xml:1.5
--- phpdoc/en/reference/var/functions/isset.xml:1.4 Fri May 24 15:06:14 2002
+++ phpdoc/en/reference/var/functions/isset.xml Sat Jun 1 12:33:45 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.isset">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>boolean</type><methodname>isset</methodname>
+ <type>bool</type><methodname>isset</methodname>
<methodparam><type>mixed</type><parameter>var</parameter></methodparam>
<methodparam
choice="opt"><type>mixed</type><parameter>var</parameter></methodparam>
<methodparam choice="opt"><parameter>...</parameter></methodparam>
Index: phpdoc/en/reference/var/functions/settype.xml
diff -u phpdoc/en/reference/var/functions/settype.xml:1.2
phpdoc/en/reference/var/functions/settype.xml:1.3
--- phpdoc/en/reference/var/functions/settype.xml:1.2 Wed Apr 17 02:44:59 2002
+++ phpdoc/en/reference/var/functions/settype.xml Sat Jun 1 12:33:46 2002
@@ -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.settype">
<refnamediv>
@@ -53,7 +53,7 @@
</listitem>
<listitem>
<simpara>
- "null" (since PHP 4.0.8)
+ "null" (since PHP 4.2.0)
</simpara>
</listitem>
</itemizedlist>