mirror of
https://github.com/php/doc-ru.git
synced 2025-08-16 18:22:04 +00:00
Fixed translation. Thanks to Anonymous 12182.
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@319347 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@ -72,7 +72,7 @@ echo $class1->prefixValue('FOO_') ."\n";
|
||||
|
||||
$class2 = new ConcreteClass2;
|
||||
$class2->printOut();
|
||||
echo $class2->prefixValue('FOO_') ."\n";
|
||||
echo $class2->prefixValue('BAR_') ."\n";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
@ -82,7 +82,7 @@ echo $class2->prefixValue('FOO_') ."\n";
|
||||
ConcreteClass1
|
||||
FOO_ConcreteClass1
|
||||
ConcreteClass2
|
||||
FOO_ConcreteClass2
|
||||
BAR_ConcreteClass2
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
|
Reference in New Issue
Block a user