vrana Wed Apr 20 09:53:32 2005 EDT
Modified files: /phpdoc/en/reference/bcompiler/functions bcompiler-load-exe.xml bcompiler-parse-class.xml bcompiler-write-footer.xml bcompiler-write-function.xml Log: Missing fullstops http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-load-exe.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/bcompiler/functions/bcompiler-load-exe.xml diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-load-exe.xml:1.2 phpdoc/en/reference/bcompiler/functions/bcompiler-load-exe.xml:1.3 --- phpdoc/en/reference/bcompiler/functions/bcompiler-load-exe.xml:1.2 Thu Aug 19 08:14:45 2004 +++ phpdoc/en/reference/bcompiler/functions/bcompiler-load-exe.xml Wed Apr 20 09:53:31 2005 @@ -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> http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-parse-class.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/bcompiler/functions/bcompiler-parse-class.xml diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-parse-class.xml:1.4 phpdoc/en/reference/bcompiler/functions/bcompiler-parse-class.xml:1.5 --- phpdoc/en/reference/bcompiler/functions/bcompiler-parse-class.xml:1.4 Sun Jan 2 11:06:06 2005 +++ phpdoc/en/reference/bcompiler/functions/bcompiler-parse-class.xml Wed Apr 20 09:53:31 2005 @@ -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> http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml:1.1 phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml:1.2 --- phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml:1.1 Fri Aug 13 10:26:44 2004 +++ phpdoc/en/reference/bcompiler/functions/bcompiler-write-footer.xml Wed Apr 20 09:53:31 2005 @@ -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> http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-write-function.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/bcompiler/functions/bcompiler-write-function.xml diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-write-function.xml:1.1 phpdoc/en/reference/bcompiler/functions/bcompiler-write-function.xml:1.2 --- phpdoc/en/reference/bcompiler/functions/bcompiler-write-function.xml:1.1 Fri Aug 13 10:26:44 2004 +++ phpdoc/en/reference/bcompiler/functions/bcompiler-write-function.xml Wed Apr 20 09:53:31 2005 @@ -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>