Typo found by online editor user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328079 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yannick Torres 2012-10-19 09:28:27 +00:00
parent aed2eed7cc
commit 00649f549f
7 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@
It is not recommended to install all extensions by default, since many
of them require dependencies from outside PHP in order to function
properly. Instead, use the Installation Repair Mode that can be
triggered thru the 'Add/Remove Programs' control panel to
triggered through the 'Add/Remove Programs' control panel to
enable or disable extensions and features after installation.
</para>
</warning>

View file

@ -67,7 +67,7 @@
caught in the <link linkend="language.exceptions">catch</link> block, and
would result in a fatal error. Exceptions now thrown in the __autoload function
can be caught in the <link linkend="language.exceptions">catch</link> block, with
one proviso. If throwing a custom exception, then the custom exception class must
one provison. If throwing a custom exception, then the custom exception class must
be available. The __autoload function may be used recursively to autoload the
custom exception class.
</entry>

View file

@ -6,7 +6,7 @@
As of PHP 5.4.0, PHP implements a method of code reuse called Traits.
</para>
<para>
Traits is a mechanism for code reuse in single inheritance languages such as
Traits are a mechanism for code reuse in single inheritance languages such as
PHP. A Trait is intended to reduce some limitations of single inheritance by
enabling a developer to reuse sets of methods freely in several independent
classes living in different class hierarchies. The semantics of the combination

View file

@ -22,7 +22,7 @@
comparison is done on the keys instead of the values.
</para>
<para>
Unlike <function>array_diff_key</function> an user supplied callback
Unlike <function>array_diff_key</function> a user supplied callback
function is used for the indices comparison, not internal function.
</para>
</refsect1>

View file

@ -33,7 +33,7 @@
<listitem>
<para>
Reading ends when <parameter>length</parameter> - 1 bytes have been
read, on a newline (which is included in the return value), or on EOF
read, or a newline (which is included in the return value), or an EOF
(whichever comes first). If no length is specified, it will keep
reading from the stream until it reaches the end of the line.
</para>

View file

@ -10,7 +10,7 @@
<section xml:id="norewinditerator.intro">
&reftitle.intro;
<para>
This iterator cannot be rewinded.
This iterator cannot be rewound.
</para>
</section>
<!-- }}} -->

View file

@ -12,7 +12,7 @@
<void/>
</methodsynopsis>
<para>
Returns if an iterator can be created fot the current entry.
Returns if an iterator can be created for the current entry.
<methodname>RecursiveIterator::getChildren</methodname>.
</para>