diff --git a/reference/cairo/cairocontext/textpath.xml b/reference/cairo/cairocontext/textpath.xml
index ccced3c5f8..7b11d17fc8 100644
--- a/reference/cairo/cairocontext/textpath.xml
+++ b/reference/cairo/cairocontext/textpath.xml
@@ -35,7 +35,7 @@
the next glyph would be placed in this same progression.
That is, the current point will be at the origin of the final
glyph offset by its advance values. This allows for chaining multiple
- calls to to CairoContext::showText
+ calls to CairoContext::showText
without having to set current point in between.
diff --git a/reference/datetime/formats.xml b/reference/datetime/formats.xml
index 1de5f93d42..82a5f8f711 100644
--- a/reference/datetime/formats.xml
+++ b/reference/datetime/formats.xml
@@ -605,7 +605,7 @@
The "W" in the "ISO year with ISO week" and "ISO year with ISO week
- day day" formats is case-sensitive, you can only use the upper case
+ and day" formats is case-sensitive, you can only use the upper case
"W".
@@ -781,7 +781,7 @@
exception to this rule. "tomorrow 11:00" and "11:00 tomorrow"
are different. Considering today's date of "July 23rd, 2008" the
first one produces "2008-07-24 11:00" where as the second one
- produces "2008-07-24 00:00". The reason for this is is that those
+ produces "2008-07-24 00:00". The reason for this is that those
six statements directly influence the current time.
diff --git a/reference/dba/setup.xml b/reference/dba/setup.xml
index e8a0bdc844..b31eb946bb 100644
--- a/reference/dba/setup.xml
+++ b/reference/dba/setup.xml
@@ -74,7 +74,7 @@
DB4 is for Oracle Berkeley DB
4 or 5. This option is available from PHP 4.3.2. It can
- can be used with BDB 5 from PHP 5.3.3.
+ be used with BDB 5 from PHP 5.3.3.
diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml
index fd6a87b479..d354d2c278 100644
--- a/reference/filesystem/functions/realpath.xml
+++ b/reference/filesystem/functions/realpath.xml
@@ -71,7 +71,7 @@
5.3.0
Prior to this release realpath would not fail on
- *BSD systems if only the last last path
+ *BSD systems if only the last path
component did not exist.
diff --git a/reference/imap/functions/imap-mail-move.xml b/reference/imap/functions/imap-mail-move.xml
index f26d735366..7bca66bdaf 100644
--- a/reference/imap/functions/imap-mail-move.xml
+++ b/reference/imap/functions/imap-mail-move.xml
@@ -74,7 +74,7 @@
imap_mail_move will flag the original
mail with a delete flag, to successfully delete it a call to
- to the imap_expunge must be made.
+ the imap_expunge function must be made.
diff --git a/reference/intl/setup.xml b/reference/intl/setup.xml
index f0ded8b1fe..8354f1c1a6 100644
--- a/reference/intl/setup.xml
+++ b/reference/intl/setup.xml
@@ -15,7 +15,7 @@
This extension is bundled with PHP as of PHP version 5.3.0.
Alternatively, the PECL version of this extension may be used with
- with all PHP versions greater than 5.2.0 (5.2.4+ recommended).
+ all PHP versions greater than 5.2.0 (5.2.4+ recommended).
diff --git a/reference/mongo/mongo/construct.xml b/reference/mongo/mongo/construct.xml
index e1192e7742..d319d28e4a 100644
--- a/reference/mongo/mongo/construct.xml
+++ b/reference/mongo/mongo/construct.xml
@@ -356,7 +356,7 @@ $m = new MongoDB("mongodb:///tmp/mongodb-27017.sock,localhost:27017");
reuse connections, as creating a connection is a time-intensive process.
- A persistent connection is identified by the server string and and id
+ A persistent connection is identified by the server string and an id
string.
diff --git a/reference/mongo/mongodbref.xml b/reference/mongo/mongodbref.xml
index ce39a01565..fc79df9d8e 100644
--- a/reference/mongo/mongodbref.xml
+++ b/reference/mongo/mongodbref.xml
@@ -20,7 +20,7 @@
another collection. The easiest way is to create a field in the current
document. For example, if we had a "people" collection and an "addresses"
collection, we might want to create a link between each person document and
- and address document:
+ an address document:
close();LOAD DATA, SHOW. The
statistic will not be incremented if there is an error reading the
result set header packet from the line.
- You may use it an an indirect measure for the number of queries PHP has
+ You may use it as an indirect measure for the number of queries PHP has
sent to MySQL, for example, to identify a client that causes a
high database load.
diff --git a/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml b/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml
index 538e35273c..ad454bf957 100644
--- a/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml
+++ b/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml
@@ -226,7 +226,7 @@
SELECT SLEEP(1). To cache those
statements you have to change default value of the PHP configuration directive
mysqlnd_qc.cache_no_table and set
- mysqlnd_qc.cache_no_table = 1. Often is is not
+ mysqlnd_qc.cache_no_table = 1. Often, it is not
desired to cache such statements.
Since 1.0.0.
diff --git a/reference/mysqlnd_qc/functions/mysqlnd-qc-get-query-trace-log.xml b/reference/mysqlnd_qc/functions/mysqlnd-qc-get-query-trace-log.xml
index 2d4b86d3ab..f2d9356c0f 100644
--- a/reference/mysqlnd_qc/functions/mysqlnd-qc-get-query-trace-log.xml
+++ b/reference/mysqlnd_qc/functions/mysqlnd-qc-get-query-trace-log.xml
@@ -74,7 +74,7 @@
Query run time in milliseconds. The collection of
- of all times and the necessary
+ all times and the necessary
gettimeofday
system calls can be disabled by setting the PHP configuration
directive
@@ -88,7 +88,7 @@
Query result set store time in milliseconds. The collection of
- of all times and the necessary
+ all times and the necessary
gettimeofday
system calls can be disabled by setting the PHP configuration
directive
diff --git a/reference/oci8/configure.xml b/reference/oci8/configure.xml
index f8650c72f3..e928d8bbd0 100644
--- a/reference/oci8/configure.xml
+++ b/reference/oci8/configure.xml
@@ -133,7 +133,7 @@ extension=oci8.so
Installing OCI8 as a Statically Compiled Extension
- Configure OCI8 using one of the the following configure options.
+ Configure OCI8 using one of the following configure options.
diff --git a/reference/rar/rararchive/isbroken.xml b/reference/rar/rararchive/isbroken.xml
index 50fb4ec4d9..8fc1663915 100644
--- a/reference/rar/rararchive/isbroken.xml
+++ b/reference/rar/rararchive/isbroken.xml
@@ -45,7 +45,7 @@
&reftitle.returnvalues;
Returns &true; if the archive is broken, &false; otherwise. This function may also
- also return &false; if the passed file has already been closed. The only way
+ return &false; if the passed file has already been closed. The only way
to tell the two cases apart is to enable
exceptions with RarException::setUsingExceptions; however,
this should be unnecessary as a program should not operate on closed files.
diff --git a/reference/reflection/reflectionclass/getinterfaces.xml b/reference/reflection/reflectionclass/getinterfaces.xml
index 3d1f45ff91..7c8c36b85f 100644
--- a/reference/reflection/reflectionclass/getinterfaces.xml
+++ b/reference/reflection/reflectionclass/getinterfaces.xml
@@ -55,7 +55,6 @@ print_r($rc1->getInterfaces());
ReflectionClass Object
(
diff --git a/reference/reflection/reflectionmethod/construct.xml b/reference/reflection/reflectionmethod/construct.xml
index 28bfb912ac..049288f020 100644
--- a/reference/reflection/reflectionmethod/construct.xml
+++ b/reference/reflection/reflectionmethod/construct.xml
@@ -54,7 +54,7 @@
&reftitle.errors;
- A ReflectionException if the the given method does not exist.
+ A ReflectionException is thrown if the given method does not exist.
diff --git a/reference/tokyo_tyrant/tokyotyrantiterator.xml b/reference/tokyo_tyrant/tokyotyrantiterator.xml
index d88e0cd11d..3e18c9152c 100644
--- a/reference/tokyo_tyrant/tokyotyrantiterator.xml
+++ b/reference/tokyo_tyrant/tokyotyrantiterator.xml
@@ -13,7 +13,7 @@
&reftitle.intro;
Provides an iterator for TokyoTyrant and TokyoTyrantTable objects. The iterator iterates over
- over all keys and values in the database. TokyoTyrantIterator was added in version 0.2.0.
+ all keys and values in the database. TokyoTyrantIterator was added in version 0.2.0.