diff --git a/internals/zendapi/functions/add_property_unicode.xml b/internals/zendapi/functions/add_property_unicode.xml new file mode 100644 index 0000000000..6d5786dfa9 --- /dev/null +++ b/internals/zendapi/functions/add_property_unicode.xml @@ -0,0 +1,92 @@ + + + + + add_property_unicode + ... + + + + &reftitle.description; + #include <zend_API.h> + + intadd_property_unicode + zval*arg + char*key + UChar*str + intduplicate + + + ... + + + + + &reftitle.parameters; + + + + arg + + + ... + + + + + key + + + ... + + + + + str + + + ... + + + + + duplicate + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/add_property_unicode_ex.xml b/internals/zendapi/functions/add_property_unicode_ex.xml new file mode 100644 index 0000000000..2d8a4ab537 --- /dev/null +++ b/internals/zendapi/functions/add_property_unicode_ex.xml @@ -0,0 +1,110 @@ + + + + + add_property_unicode_ex + ... + + + + &reftitle.description; + #include <zend_API.h> + + intadd_property_unicode_ex + zval*arg + char*key + uintkey_len + UChar*str + intduplicate + magicTSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + arg + + + ... + + + + + key + + + ... + + + + + key_len + + + ... + + + + + str + + + ... + + + + + duplicate + + + ... + + + + + TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/add_property_unicodel.xml b/internals/zendapi/functions/add_property_unicodel.xml new file mode 100644 index 0000000000..bf3b98e278 --- /dev/null +++ b/internals/zendapi/functions/add_property_unicodel.xml @@ -0,0 +1,101 @@ + + + + + add_property_unicodel + ... + + + + &reftitle.description; + #include <zend_API.h> + + intadd_property_unicodel + zval*arg + char*key + UChar*str + uintlength + intduplicate + + + ... + + + + + &reftitle.parameters; + + + + arg + + + ... + + + + + key + + + ... + + + + + str + + + ... + + + + + length + + + ... + + + + + duplicate + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/add_property_unicodel_ex.xml b/internals/zendapi/functions/add_property_unicodel_ex.xml new file mode 100644 index 0000000000..b896d21821 --- /dev/null +++ b/internals/zendapi/functions/add_property_unicodel_ex.xml @@ -0,0 +1,119 @@ + + + + + add_property_unicodel_ex + ... + + + + &reftitle.description; + #include <zend_API.h> + + intadd_property_unicodel_ex + zval*arg + char*key + uintkey_len + UChar*str + uintlength + intduplicate + magicTSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + arg + + + ... + + + + + key + + + ... + + + + + key_len + + + ... + + + + + str + + + ... + + + + + length + + + ... + + + + + duplicate + + + ... + + + + + TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_check_private.xml b/internals/zendapi/functions/zend_check_private.xml new file mode 100644 index 0000000000..03ee625826 --- /dev/null +++ b/internals/zendapi/functions/zend_check_private.xml @@ -0,0 +1,101 @@ + + + + + zend_check_private + ... + + + + &reftitle.description; + #include <zend_object_handlers.h> + + intzend_check_private + union _zend_function*fbc + zend_class_entry*ce + char*function_name_strval + intfunction_name_strlen + magicTSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + fbc + + + ... + + + + + ce + + + ... + + + + + function_name_strval + + + ... + + + + + function_name_strlen + + + ... + + + + + TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_check_property_access.xml b/internals/zendapi/functions/zend_check_property_access.xml new file mode 100644 index 0000000000..da20418696 --- /dev/null +++ b/internals/zendapi/functions/zend_check_property_access.xml @@ -0,0 +1,92 @@ + + + + + zend_check_property_access + ... + + + + &reftitle.description; + #include <zend_object_handlers.h> + + intzend_check_property_access + zend_object*zobj + zend_ucharutype + void*prop_info_name + magicTSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + zobj + + + ... + + + + + utype + + + ... + + + + + prop_info_name + + + ... + + + + + TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_check_protected.xml b/internals/zendapi/functions/zend_check_protected.xml new file mode 100644 index 0000000000..fd7bdea1c1 --- /dev/null +++ b/internals/zendapi/functions/zend_check_protected.xml @@ -0,0 +1,74 @@ + + + + + zend_check_protected + ... + + + + &reftitle.description; + #include <zend_object_handlers.h> + + intzend_check_protected + zend_class_entry*ce + zend_class_entry*scope + + + ... + + + + + &reftitle.parameters; + + + + ce + + + ... + + + + + scope + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_std_call_user_call.xml b/internals/zendapi/functions/zend_std_call_user_call.xml new file mode 100644 index 0000000000..6b421f27d6 --- /dev/null +++ b/internals/zendapi/functions/zend_std_call_user_call.xml @@ -0,0 +1,65 @@ + + + + + zend_std_call_user_call + ... + + + + &reftitle.description; + #include <zend_object_handlers.h> + + zend_std_call_user_call + INTERNAL_FUNCTION_PARAMETERS + + + ... + + + + + &reftitle.parameters; + + + + INTERNAL_FUNCTION_PARAMETERS + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_std_cast_object_tostring.xml b/internals/zendapi/functions/zend_std_cast_object_tostring.xml new file mode 100644 index 0000000000..e32756eb3d --- /dev/null +++ b/internals/zendapi/functions/zend_std_cast_object_tostring.xml @@ -0,0 +1,92 @@ + + + + + zend_std_cast_object_tostring + ... + + + + &reftitle.description; + #include <zend_object_handlers.h> + + intzend_std_cast_object_tostring + zval*readobj + zval*writeobj + inttype + magicTSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + readobj + + + ... + + + + + writeobj + + + ... + + + + + type + + + ... + + + + + TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_std_get_static_property.xml b/internals/zendapi/functions/zend_std_get_static_property.xml new file mode 100644 index 0000000000..6559975a28 --- /dev/null +++ b/internals/zendapi/functions/zend_std_get_static_property.xml @@ -0,0 +1,110 @@ + + + + + zend_std_get_static_property + ... + + + + &reftitle.description; + #include <zend_object_handlers.h> + + zval**zend_std_get_static_property + zend_class_entry*ce + zend_uchartype + void*property_name + intproperty_name_len + zend_boolsilent + magicTSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + ce + + + ... + + + + + type + + + ... + + + + + property_name + + + ... + + + + + property_name_len + + + ... + + + + + silent + + + ... + + + + + TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zend_std_unset_static_property.xml b/internals/zendapi/functions/zend_std_unset_static_property.xml new file mode 100644 index 0000000000..2603670d78 --- /dev/null +++ b/internals/zendapi/functions/zend_std_unset_static_property.xml @@ -0,0 +1,101 @@ + + + + + zend_std_unset_static_property + ... + + + + &reftitle.description; + #include <zend_object_handlers.h> + + zend_boolzend_std_unset_static_property + zend_class_entry*ce + zend_uchartype + void*property_name + intproperty_name_len + magicTSRMLS_DC + + + ... + + + + + &reftitle.parameters; + + + + ce + + + ... + + + + + type + + + ... + + + + + property_name + + + ... + + + + + property_name_len + + + ... + + + + + TSRMLS_DC + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + + diff --git a/internals/zendapi/functions/zval_string_to_unicode_ex.xml b/internals/zendapi/functions/zval_string_to_unicode_ex.xml new file mode 100644 index 0000000000..8c338c2aa1 --- /dev/null +++ b/internals/zendapi/functions/zval_string_to_unicode_ex.xml @@ -0,0 +1,74 @@ + + + + + zval_string_to_unicode_ex + ... + + + + &reftitle.description; + #include <zend_unicode.h> + + intzval_string_to_unicode_ex + zval*string + UConverter*conv + + + ... + + + + + &reftitle.parameters; + + + + string + + + ... + + + + + conv + + + ... + + + + + + + + + &reftitle.returnvalues; + + ... + + + + + +