Clean up example titles

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287874 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Convissor 2009-08-29 04:46:31 +00:00
parent 6e1d066cc0
commit f104a53630

View file

@ -143,7 +143,11 @@
</note>
<example>
<title>overloading with __get, __set, __isset and __unset example</title>
<title>
Overloading members via the <function>__get</function>,
<function>__set</function>, <function>__isset</function>
and <function>__unset</function> methods
</title>
<programlisting role="php">
<![CDATA[
<?php
@ -279,7 +283,10 @@ Notice: Undefined property via __get(): hidden in <file> on line 70 in <file> o
</para>
<example>
<title>overloading instantiated methods with __call and __callStatic</title>
<title>
Overloading methods via the <function>__call</function>
and <function>__callStatic</function> methods
</title>
<programlisting role="php">
<![CDATA[
<?php