From 388ffeb190cd788ba7d663fd6e47e305e9ddfe6f Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 21 Jan 2006 19:51:24 +0000 Subject: [PATCH] filling some more ... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205675 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals/zendapi/macros/Z_TYPE.xml | 14 +++++++------- internals/zendapi/macros/Z_TYPE_P.xml | 11 ++++++----- internals/zendapi/macros/Z_TYPE_PP.xml | 11 ++++++----- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/internals/zendapi/macros/Z_TYPE.xml b/internals/zendapi/macros/Z_TYPE.xml index 7a8289f20f..1fbb09597c 100644 --- a/internals/zendapi/macros/Z_TYPE.xml +++ b/internals/zendapi/macros/Z_TYPE.xml @@ -1,9 +1,9 @@ - + Z_TYPE - ... + Get the type field of a zval @@ -11,10 +11,10 @@ #include <zend_operators.h> zend_ucharZ_TYPE - zvalzval + zvalzv - ... + Return the type field of a zval. @@ -23,10 +23,10 @@ - zval + zv - ... + A zval data structure. @@ -37,7 +37,7 @@ &reftitle.returnvalues; - ... + The type field of zv. diff --git a/internals/zendapi/macros/Z_TYPE_P.xml b/internals/zendapi/macros/Z_TYPE_P.xml index 70147b910f..24de51580d 100644 --- a/internals/zendapi/macros/Z_TYPE_P.xml +++ b/internals/zendapi/macros/Z_TYPE_P.xml @@ -1,9 +1,9 @@ - + Z_TYPE_P - ... + Get type field from zval pointer @@ -14,7 +14,8 @@ zval *zval_p - ... + Return the type filed from the zval data structure + pointed to by zval_p. @@ -26,7 +27,7 @@ zval_p - ... + Pointer to a zval. @@ -37,7 +38,7 @@ &reftitle.returnvalues; - ... + Type of the zval pointed to. diff --git a/internals/zendapi/macros/Z_TYPE_PP.xml b/internals/zendapi/macros/Z_TYPE_PP.xml index 030796642d..02d134b145 100644 --- a/internals/zendapi/macros/Z_TYPE_PP.xml +++ b/internals/zendapi/macros/Z_TYPE_PP.xml @@ -1,9 +1,9 @@ - + Z_TYPE_PP - ... + Get type field from zval pointer pointer @@ -14,7 +14,8 @@ zval **zval_pp - ... + Return the type filed from the zval data structure + pointed to by the pointer pointed to by zval_pp. @@ -26,7 +27,7 @@ zval_pp - ... + Pointer to a pointer to a zval structure. @@ -37,7 +38,7 @@ &reftitle.returnvalues; - ... + Type of the zval structure pointed to.