mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282860 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9fc23c3673
commit
aca469c60f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.43 $ -->
|
||||
<!-- $Revision: 1.44 $ -->
|
||||
<sect1 xml:id="language.oop5.reflection" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Reflection</title>
|
||||
<sect2 xml:id="language.oop5.reflection.toc">
|
||||
|
@ -913,7 +913,7 @@ var_dump(new My_Reflection_Method('U', 'x'));
|
|||
<note>
|
||||
<simpara>
|
||||
<emphasis>Caution</emphasis>: If you're overwriting the constructor, remember to call
|
||||
the parent's constructor <emphasis>before</emphasis>any code you insert. Failing to
|
||||
the parent's constructor <emphasis>before</emphasis> any code you insert. Failing to
|
||||
do so will result in the following:
|
||||
<literal>
|
||||
Fatal error: Internal error: Failed to retrieve the reflection object
|
||||
|
|
Loading…
Reference in a new issue