mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6e1d066cc0
commit
f104a53630
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue