mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixing mistakes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295470 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c098e9a7d2
commit
f5cf87b6e6
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ $obj = new SubClass();
|
|||
<function>__construct</function> which was used for different semantics.
|
||||
</para>
|
||||
<para>
|
||||
Unlike with other metods, PHP will not generate an
|
||||
Unlike with other methods, PHP will not generate an
|
||||
<constant>E_STRICT</constant> level error message when
|
||||
<function>__construct</function> is overridden with different parameters
|
||||
than the parent <function>__construct</function> method has.
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<term><parameter>is_prefix</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If <parameter>ns_prefix</parameter> is &true;,
|
||||
If <parameter>is_prefix</parameter> is &true;,
|
||||
<parameter>ns</parameter> will be regarded as a namespace
|
||||
<acronym>URL</acronym>. If &false;, <parameter>ns</parameter> will be
|
||||
regarded as a prefix.
|
||||
|
|
Loading…
Reference in a new issue