From c492e648808fea177b6c557d94f6c30e9a01e710 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Mon, 20 Apr 2009 21:41:48 +0000 Subject: [PATCH] correct markup git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279077 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apd/functions/apd-set-session-trace.xml | 4 ++-- reference/array/functions/extract.xml | 4 ++-- .../bcompiler/functions/bcompiler-write-exe-footer.xml | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/apd/functions/apd-set-session-trace.xml b/reference/apd/functions/apd-set-session-trace.xml index 4762156f20..5febfe76d2 100644 --- a/reference/apd/functions/apd-set-session-trace.xml +++ b/reference/apd/functions/apd-set-session-trace.xml @@ -1,5 +1,5 @@ - + apd_set_session_trace @@ -28,7 +28,7 @@ The directory in which the profile dump file is written. If not set, - the apd.dumpdir setting from the &php.ini; file is used. + the apd.dumpdir setting from the &php.ini; file is used. diff --git a/reference/array/functions/extract.xml b/reference/array/functions/extract.xml index eca72af1a6..d4682a9065 100644 --- a/reference/array/functions/extract.xml +++ b/reference/array/functions/extract.xml @@ -1,5 +1,5 @@ - + extract @@ -235,7 +235,7 @@ blue, large, sphere, medium The $size wasn't overwritten, because we specified EXTR_PREFIX_SAME, which resulted in $wddx_size being created. If EXTR_SKIP was - specified, then $wddx_size wouldn't even have been created. + specified, then $wddx_size wouldn't even have been created. EXTR_OVERWRITE would have caused $size to have value "medium", and EXTR_PREFIX_ALL would result in new variables being named $wddx_color, diff --git a/reference/bcompiler/functions/bcompiler-write-exe-footer.xml b/reference/bcompiler/functions/bcompiler-write-exe-footer.xml index 24a05cc2ae..4545d3a523 100644 --- a/reference/bcompiler/functions/bcompiler-write-exe-footer.xml +++ b/reference/bcompiler/functions/bcompiler-write-exe-footer.xml @@ -1,5 +1,5 @@ - + bcompiler_write_exe_footer @@ -17,17 +17,17 @@ An EXE (or self executable) file consists of 3 parts: - The stub (executable code, e.g. a compiled C program) that loads PHP + The stub (executable code, e.g. a compiled C program) that loads PHP interpreter, bcompiler extension, stored Bytecodes and initiates a call - for the specified function (e.g. main) or class method (e.g. main::main) + for the specified function (e.g. main) or class method (e.g. main::main) The Bytecodes (uncompressed only for the moment) The bcompiler EXE footer - To obtain a suitable stub you can compile php_embed-based stub phpe.c - located in the examples/embed directory on bcompiler's CVS. + To obtain a suitable stub you can compile php_embed-based stub phpe.c + located in the examples/embed directory on bcompiler's CVS.