From 6fb220ef92130a80fdf9029f08595dd940c43c9a Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 28 Aug 2005 13:27:07 +0000 Subject: [PATCH] added some more skeleton files, no idea why these were missed on the previous commits ... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194496 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/zend_get_object_classname.xml | 82 ++++++++++++++ .../zendapi/functions/zend_is_callable_ex.xml | 100 ++++++++++++++++++ .../zend_register_internal_module.xml | 64 +++++++++++ .../zendapi/functions/zend_reset_all_cv.xml | 64 +++++++++++ .../functions/zend_startup_module_ex.xml | 64 +++++++++++ .../functions/zend_startup_modules.xml | 64 +++++++++++ 6 files changed, 438 insertions(+) create mode 100644 internals/zendapi/functions/zend_get_object_classname.xml create mode 100644 internals/zendapi/functions/zend_is_callable_ex.xml create mode 100644 internals/zendapi/functions/zend_register_internal_module.xml create mode 100644 internals/zendapi/functions/zend_reset_all_cv.xml create mode 100644 internals/zendapi/functions/zend_startup_module_ex.xml create mode 100644 internals/zendapi/functions/zend_startup_modules.xml diff --git a/internals/zendapi/functions/zend_get_object_classname.xml b/internals/zendapi/functions/zend_get_object_classname.xml new file mode 100644 index 0000000000..b1b6380c77 --- /dev/null +++ b/internals/zendapi/functions/zend_get_object_classname.xml @@ -0,0 +1,82 @@ + + + + + zend_get_object_classname + ... + + + + &reftitle.description; + + intzend_get_object_classname + zval*object + char**class_name + zend_uint*class_name_len TSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + object + + + ... + + + + + *class_name + + + ... + + + + + class_name_len TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_is_callable_ex.xml b/internals/zendapi/functions/zend_is_callable_ex.xml new file mode 100644 index 0000000000..5df15dae58 --- /dev/null +++ b/internals/zendapi/functions/zend_is_callable_ex.xml @@ -0,0 +1,100 @@ + + + + + zend_is_callable_ex + ... + + + + &reftitle.description; + + zend_boolzend_is_callable_ex + zval***zobj_ptr_ptr TSRMLS_DC + uintcheck_flags + char**callable_name + int*callable_name_len + zend_function**fptr_ptr + + + ... + + + + + &reftitle.parameters; + + + + **zobj_ptr_ptr TSRMLS_DC + + + ... + + + + + check_flags + + + ... + + + + + *callable_name + + + ... + + + + + callable_name_len + + + ... + + + + + *fptr_ptr + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_register_internal_module.xml b/internals/zendapi/functions/zend_register_internal_module.xml new file mode 100644 index 0000000000..4e91567f90 --- /dev/null +++ b/internals/zendapi/functions/zend_register_internal_module.xml @@ -0,0 +1,64 @@ + + + + + zend_register_internal_module + ... + + + + &reftitle.description; + + zend_module_entry*zend_register_internal_module + zend_module_entry*module_entry TSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + module_entry TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_reset_all_cv.xml b/internals/zendapi/functions/zend_reset_all_cv.xml new file mode 100644 index 0000000000..ad4662aa7d --- /dev/null +++ b/internals/zendapi/functions/zend_reset_all_cv.xml @@ -0,0 +1,64 @@ + + + + + zend_reset_all_cv + ... + + + + &reftitle.description; + + voidzend_reset_all_cv + HashTable*symbol_table TSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + symbol_table TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_startup_module_ex.xml b/internals/zendapi/functions/zend_startup_module_ex.xml new file mode 100644 index 0000000000..766a435064 --- /dev/null +++ b/internals/zendapi/functions/zend_startup_module_ex.xml @@ -0,0 +1,64 @@ + + + + + zend_startup_module_ex + ... + + + + &reftitle.description; + + intzend_startup_module_ex + zend_module_entry*module TSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + module TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_startup_modules.xml b/internals/zendapi/functions/zend_startup_modules.xml new file mode 100644 index 0000000000..2c7435584c --- /dev/null +++ b/internals/zendapi/functions/zend_startup_modules.xml @@ -0,0 +1,64 @@ + + + + + zend_startup_modules + ... + + + + &reftitle.description; + + intzend_startup_modules + TSRMLS_D + + + ... + + + + + &reftitle.parameters; + + + + TSRMLS_D + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + +