poo to oop

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275915 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2009-02-16 11:49:35 +00:00
parent 0678a1f3e4
commit 04db3ecc80
3 changed files with 8 additions and 8 deletions

View file

@ -231,7 +231,7 @@ files from the PHP folder into the Windows system directory also works
<!ENTITY manual.migration.seealso 'See also the migration guides for PHP versions'>
<!ENTITY style.poo 'Oriented object style'>
<!ENTITY style.oop 'Oriented object style'>
<!ENTITY style.procedural 'Procedural style'>
<!ENTITY resource '<link linkend="language.types.resource">resource</link>'>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.xmlwriter-open-memory" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -8,7 +8,7 @@
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>&style.poo;</para>
<para>&style.oop;</para>
<classsynopsis>
<ooclass><classname>XMLWriter</classname></ooclass>
<methodsynopsis>
@ -34,10 +34,10 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&style.poo;: &return.success;
&style.oop;: &return.success;
</para>
<para>
&style.poo;: Returns a new xmlwriter &resource; for later use with the
&style.procedural;: Returns a new xmlwriter &resource; for later use with the
xmlwriter functions on success, &false; on error.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.xmlwriter-open-uri" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -8,7 +8,7 @@
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>&style.poo;</para>
<para>&style.oop;</para>
<classsynopsis>
<ooclass><classname>XMLWriter</classname></ooclass>
<methodsynopsis>
@ -45,7 +45,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&style.poo;: &return.success;
&style.oop;: &return.success;
</para>
<para>
&style.procedural;: Returns a new xmlwriter &resource; for later use with the