mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Reverted to an earlier revision.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332727 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
18e48e7ff4
commit
b7031192a2
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ class ConcreteClass extends AbstractClass
|
|||
if ($name == "Pacman") {
|
||||
$prefix = "Mr";
|
||||
} elseif ($name == "Pacwoman") {
|
||||
$prefix = "Ms";
|
||||
$prefix = "Mrs";
|
||||
} else {
|
||||
$prefix = "";
|
||||
}
|
||||
|
@ -123,7 +123,7 @@ echo $class->prefixName("Pacwoman"), "\n";
|
|||
<screen>
|
||||
<![CDATA[
|
||||
Mr. Pacman
|
||||
Ms. Pacwoman
|
||||
Mrs. Pacwoman
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue