From 661d4387b42358dd382dd206f1f2848002436db3 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Fri, 5 May 2006 14:27:09 +0000 Subject: [PATCH] typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212503 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals/zendapi/macros/Z_BVAL.xml | 6 +++--- internals/zendapi/macros/Z_BVAL_P.xml | 4 ++-- internals/zendapi/macros/Z_BVAL_PP.xml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/internals/zendapi/macros/Z_BVAL.xml b/internals/zendapi/macros/Z_BVAL.xml index 42bc1a34c8..7badf4281a 100644 --- a/internals/zendapi/macros/Z_BVAL.xml +++ b/internals/zendapi/macros/Z_BVAL.xml @@ -1,5 +1,5 @@ - + Z_BVAL @@ -27,7 +27,7 @@ zv - The zval structure to extract the resut value from. + The zval structure to extract the result value from. @@ -46,7 +46,7 @@ &reftitle.seealso; - See Z_BVAL_P and Z_BVAL_P for other + See Z_BVAL_P and Z_BVAL_PP for other macros that access the lval field of a zval as zend_bool. diff --git a/internals/zendapi/macros/Z_BVAL_P.xml b/internals/zendapi/macros/Z_BVAL_P.xml index 7633734739..c5863c85c3 100644 --- a/internals/zendapi/macros/Z_BVAL_P.xml +++ b/internals/zendapi/macros/Z_BVAL_P.xml @@ -1,5 +1,5 @@ - + Z_BVAL_P @@ -28,7 +28,7 @@ zval_p - Pointer to the zval structure to extract the resut value from. + Pointer to the zval structure to extract the result value from. diff --git a/internals/zendapi/macros/Z_BVAL_PP.xml b/internals/zendapi/macros/Z_BVAL_PP.xml index 6935f217da..a19c6c6f4b 100644 --- a/internals/zendapi/macros/Z_BVAL_PP.xml +++ b/internals/zendapi/macros/Z_BVAL_PP.xml @@ -1,5 +1,5 @@ - + Z_BVAL_PP @@ -14,7 +14,7 @@ zval **zval_pp - Z_BVAL_P returns the lval element + Z_BVAL_PP returns the lval element of the zval structure indirectly pointed to by zval_pp casted to zend_bool. @@ -28,7 +28,7 @@ zval_pp - Pointer to a pointer to the zval structure to extract the resut value from. + Pointer to a pointer to the zval structure to extract the result value from.