Type fixes. It's a Mind Bomb.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288299 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2009-09-13 20:07:37 +00:00
parent ebfeed62a6
commit bbced252b5
21 changed files with 22 additions and 22 deletions

View file

@ -98,7 +98,7 @@
</row>
<row>
<entry><literal>%U</literal></entry>
<entry>Week number of the given year, starting with the the first
<entry>Week number of the given year, starting with the first
Sunday as the first week</entry>
<entry><literal>13</literal> (for the 13th full week of the year)</entry>
</row>

View file

@ -47,7 +47,7 @@
<para>
<parameter>index</parameter> is the column number whose length
will be retrieved. The start and end values
for <parameter>index</parameter> depend upon the the value
for <parameter>index</parameter> depend upon the value
of <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>. If <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>
is <literal>0</literal> then the field number must be
between <literal>0</literal>

View file

@ -45,7 +45,7 @@
<para>
<parameter>index</parameter> is the field whose name will be
retrieved. The start and end values for <parameter>index</parameter> depends
on the the value of <link
on the value of <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link>. If <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link> is 0 then
the field number must be between 0 and one less than the value given by

View file

@ -44,7 +44,7 @@
<para>
<parameter>index</parameter> is the field whose nullability will be
retrieved. The start and end values for <parameter>index</parameter> depends
on the the value of <link
on the value of <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link>. If <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link> is 0 then
the field number must be between 0 and one less than the value given by

View file

@ -47,7 +47,7 @@
<para>
<parameter>index</parameter> is the field whose precision will be
retrieved. The start and end values for <parameter>index</parameter> depends
on the the value of <link
on the value of <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link>. If <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link> is 0 then
the field number must be between 0 and one less than the value given by

View file

@ -47,7 +47,7 @@
<para>
<parameter>index</parameter> is the field whose scale will be
retrieved. The start and end values for <parameter>index</parameter> depends
on the the value of <link
on the value of <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link>. If <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link> is 0 then
the field number must be between 0 and one less than the value given by

View file

@ -44,7 +44,7 @@
<para>
<parameter>index</parameter> is the field whose type will be
retrieved. The start and end values for <parameter>index</parameter> depends
on the the value of <link
on the value of <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link>. If <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link> is 0 then
the field number must be between 0 and one less than the value given by

View file

@ -62,7 +62,7 @@
<entry>timezone</entry>
<entry><type>string</type></entry>
<entry>Controls the timezone of the session. If not set, it will
default the the value defined by II_TIMEZONE_NAME. If
default the value defined by II_TIMEZONE_NAME. If
II_TIMEZONE_NAME is not defined, NA-PACIFIC (GMT-8 with Daylight
Savings) is used.</entry>
<entry>UNITED-KINGDOM</entry>

View file

@ -17,7 +17,7 @@
<function>Memcached::getStats</function> returns an array containing the
state of all available memcache servers. See <link
xlink:href="&url.memcache.protocol;">memcache protocol</link> specification
for details on the these statistics.
for details on these statistics.
</para>
</refsect1>

View file

@ -74,7 +74,7 @@
<tbody>
<row>
<entry>SQLT_RSET</entry>
<entry>Creates an oci statement resource to represent the the cursor.</entry>
<entry>Creates an oci statement resource to represent the cursor.</entry>
</row>
<row>
<entry>SQLT_RDD</entry>

View file

@ -530,7 +530,7 @@ print($xmldas->saveString($document,2));
from those of the complex type of the document element, where it exists.
Hence in this example the typename of the root data object is FormLetter.
In the event that there is no separate complex type definition
for the document element, when the the type is defined inline and is
for the document element, when the type is defined inline and is
anonymous,
the SDO type name will be the same as the element name.
</para>

View file

@ -82,7 +82,7 @@
<para>
Once the query has been executed and the data graph constructed,
there is no need for either that instance of the the Relational DAS or
there is no need for either that instance of the Relational DAS or
the database connection. There are no locks held on the database.
Both the Relational DAS and the PDO database connection can be
garbage collected.

View file

@ -979,7 +979,7 @@ $das -> applyChanges($dbh, $root);
the company row is inserted the employee who is employee of the month
has not yet been inserted and the primary key is not known. The
procedure is that after the employee record is inserted and its
primary key known, a final step is performed in which the the
primary key known, a final step is performed in which the
company record is updated with the employee's primary key.
</para>
<programlisting role="php" xml:id="sdo.das.rel.examples.1cde-C">

View file

@ -99,7 +99,7 @@ $dbh = new PDO("mysql:dbname=COMPANYDB;host=localhost",DATABASE_USER,DATABASE_PA
which contain a where clause that specifies that the row to be
updated or deleted must contain the same values that it did
when the data was first retrieved.
This is how the the optimistic concurrency is implemented.
This is how the optimistic concurrency is implemented.
If any of the qualified update or delete statements fails to update or
delete their target row, it may be because the data has been altered
in the database in the meantime.

View file

@ -62,7 +62,7 @@
The root of each data graph is an object of a special root type and
the application data objects come below that.
Of the various application types in the SDO model,
one has to be the the application type immediately
one has to be the application type immediately
below the root of the data graph.
If there is only one table in the database metadata,
so the application root type can be inferred, this argument can be omitted.

View file

@ -44,7 +44,7 @@
This is the appropriate call to use either when the statement is
to executed a number of times with different arguments, and there
is therefore a performance benefit to be had from preparing the
statement only once, or when the the SQL statement is to contain
statement only once, or when the SQL statement is to contain
varying values taken from a source that cannot be completely trusted.
In this latter case it may be unsafe to construct the SQL statement
by simply concatenating the parts of the statement together,
@ -55,7 +55,7 @@
list of the values to be substituted as a separate argument.
Otherwise this function is the same as
<function>executeQuery</function> in that
it uses the model that it built from the the metadata
it uses the model that it built from the metadata
to interpret the result set and returns a data graph.
</para>
</refsect1>

View file

@ -33,7 +33,7 @@
<para>
Executes a given query against the relational database,
using the supplied PDO database handle.
Uses the model that it built from the the metadata
Uses the model that it built from the metadata
to interpret the result set.
Returns a data graph.
</para>

View file

@ -12,7 +12,7 @@
<methodparam><type>callback</type><parameter>cmp_function</parameter></methodparam>
</methodsynopsis>
<para>
This function sorts the the keys of the entries using a user-supplied
This function sorts the keys of the entries using a user-supplied
comparison function. The key to entry correlations will be maintained.
</para>
</refsect1>

View file

@ -12,7 +12,7 @@
<void/>
</methodsynopsis>
<para>
Get the the inner iterator's children contained in a ParentIterator.
Get the inner iterator's children contained in a ParentIterator.
</para>
&warn.undocumented.func;

View file

@ -59,7 +59,7 @@
&userstream.not.implemented.warning;
<note>
<para>
If the return value is greater the the length of
If the return value is greater the length of
<parameter>data</parameter>, <constant>E_WARNING</constant> will be
emitted and the return value will truncated to its length.
</para>

View file

@ -105,7 +105,7 @@
<listitem>
<para>
Specifies how the service should be started. The default is
<constant>WIN32_SERVICE_AUTO_START</constant> which means the the
<constant>WIN32_SERVICE_AUTO_START</constant> which means the
service will be launched when the machine starts up.
</para>
</listitem>