Missing fullstops

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184766 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-04-20 13:53:31 +00:00
parent 29d4a03060
commit 6229c98690
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
<refentry id="function.bcompiler-load-exe">
<refnamediv>
@ -14,7 +14,7 @@
</methodsynopsis>
&warn.experimental.func;
<para>
Reads data from a bcompiler exe file and creates classes from the bytecodes
Reads data from a bcompiler exe file and creates classes from the bytecodes.
</para>
<example>
<title><function>bcompiler_load</function> example</title>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
<refentry id="function.bcompiler-parse-class">
<refnamediv>
@ -20,7 +20,7 @@
</para>
</note>
<para>
reads the bytecodes of a class and calls back to a user function
Reads the bytecodes of a class and calls back to a user function.
</para>
<example>
<title><function>bcompiler_parse_class</function> example</title>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
<refentry id="function.bcompiler-write-footer">
<refnamediv>
@ -14,7 +14,7 @@
</methodsynopsis>
&warn.experimental.func;
<para>
Writes the a single character \x00 to indicate End of compiled data
Writes the a single character \x00 to indicate End of compiled data.
</para>
<example>
<title><function>bcompiler_write_footer</function> example</title>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
<refentry id="function.bcompiler-write-function">
<refnamediv>
@ -18,7 +18,7 @@
This reads the bytecodes from PHP for an existing function, and writes
them to the open file handle. Order is not important, (eg. if function b
uses function a, and you compile it like the example below, it will
work perfectly OK)
work perfectly OK).
</para>
<example>
<title><function>bcompiler_write_function</function> example</title>