Whitespace

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282860 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-06-27 07:55:21 +00:00
parent 9fc23c3673
commit aca469c60f

View file

@ -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