From 6229c986902d3ef356ade602d3e250f47f8fbcc1 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 20 Apr 2005 13:53:31 +0000 Subject: [PATCH] Missing fullstops git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184766 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/bcompiler/functions/bcompiler-load-exe.xml | 4 ++-- reference/bcompiler/functions/bcompiler-parse-class.xml | 4 ++-- reference/bcompiler/functions/bcompiler-write-footer.xml | 4 ++-- reference/bcompiler/functions/bcompiler-write-function.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/bcompiler/functions/bcompiler-load-exe.xml b/reference/bcompiler/functions/bcompiler-load-exe.xml index d937e2fcf9..13675fea55 100644 --- a/reference/bcompiler/functions/bcompiler-load-exe.xml +++ b/reference/bcompiler/functions/bcompiler-load-exe.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &warn.experimental.func; - 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. <function>bcompiler_load</function> example diff --git a/reference/bcompiler/functions/bcompiler-parse-class.xml b/reference/bcompiler/functions/bcompiler-parse-class.xml index 14acdbf994..f003b3e5d3 100644 --- a/reference/bcompiler/functions/bcompiler-parse-class.xml +++ b/reference/bcompiler/functions/bcompiler-parse-class.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ - 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. <function>bcompiler_parse_class</function> example diff --git a/reference/bcompiler/functions/bcompiler-write-footer.xml b/reference/bcompiler/functions/bcompiler-write-footer.xml index e7fba6f227..e6f90d3a6b 100644 --- a/reference/bcompiler/functions/bcompiler-write-footer.xml +++ b/reference/bcompiler/functions/bcompiler-write-footer.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ &warn.experimental.func; - Writes the a single character \x00 to indicate End of compiled data + Writes the a single character \x00 to indicate End of compiled data. <function>bcompiler_write_footer</function> example diff --git a/reference/bcompiler/functions/bcompiler-write-function.xml b/reference/bcompiler/functions/bcompiler-write-function.xml index f482d410d1..ef9dca5b8c 100644 --- a/reference/bcompiler/functions/bcompiler-write-function.xml +++ b/reference/bcompiler/functions/bcompiler-write-function.xml @@ -1,5 +1,5 @@ - + @@ -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). <function>bcompiler_write_function</function> example