Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 05cd670d8a02b2b4a0ffb1756f2e8308 > files > 12420

php-manual-zh-5.2.4-1mdv2008.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>API 函数和宏参考手册(尚未完成)</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="PHP 手册"
HREF="index.html"><LINK
REL="UP"
TITLE="Zend API:深入 PHP 内核"
HREF="zend.html"><LINK
REL="PREVIOUS"
TITLE="API Macros"
HREF="zend.api-macros.html"><LINK
REL="NEXT"
TITLE="add_assoc_bool_ex"
HREF="zend-api.add-assoc-bool-ex.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=UTF-8"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP 手册</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="zend.api-macros.html"
ACCESSKEY="P"
>上一页</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>章 46. Zend API:深入 PHP 内核</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="zend-api.add-assoc-bool-ex.html"
ACCESSKEY="N"
>下一页</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN256862"
>API 函数和宏参考手册(尚未完成)</A
></H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>目录</B
></DT
><DT
><A
HREF="zend-api.add-assoc-bool-ex.html"
>add_assoc_bool_ex</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>bool</B
></A
> value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-bool.html"
>add_assoc_bool</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>bool</B
></A
> value to an assoc array</DT
><DT
><A
HREF="zend-api.add-assoc-double-ex.html"
>add_assoc_double_ex</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.float.html"
><B
CLASS="type"
>double</B
></A
> value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-double.html"
>add_assoc_double</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.float.html"
><B
CLASS="type"
>double</B
></A
> value to an assoc array</DT
><DT
><A
HREF="zend-api.add-assoc-function.html"
>add_assoc_function</A
>&nbsp;--&nbsp;Add a function pointer to an assoc array</DT
><DT
><A
HREF="zend-api.add-assoc-long-ex.html"
>add_assoc_long_ex</A
>&nbsp;--&nbsp;Add a long value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-long.html"
>add_assoc_long</A
>&nbsp;--&nbsp;Add a long value to an assoc array</DT
><DT
><A
HREF="zend-api.add-assoc-null-ex.html"
>add_assoc_null_ex</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.null.html"
><B
CLASS="type"
>null</B
></A
> value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-null.html"
>add_assoc_null</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.null.html"
><B
CLASS="type"
>null</B
></A
> value to an assoc array</DT
><DT
><A
HREF="zend-api.add-assoc-resource-ex.html"
>add_assoc_resource_ex</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.resource.html"
><B
CLASS="type"
>resource</B
></A
> value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-resource.html"
>add_assoc_resource</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.resource.html"
><B
CLASS="type"
>resource</B
></A
> value to an assoc array</DT
><DT
><A
HREF="zend-api.add-assoc-string-ex.html"
>add_assoc_string_ex</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
> value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-string.html"
>add_assoc_string</A
>&nbsp;--&nbsp;Add a <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
> value to an assoc array</DT
><DT
><A
HREF="zend-api.add-assoc-stringl-ex.html"
>add_assoc_stringl_ex</A
>&nbsp;--&nbsp;Add a binary safe <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
> value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-stringl.html"
>add_assoc_stringl</A
>&nbsp;--&nbsp;Add a binary safe <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
> value to an assoc array</DT
><DT
><A
HREF="zend-api.add-assoc-unicode-ex.html"
>add_assoc_unicode_ex</A
>&nbsp;--&nbsp;Add a unicode_string value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-unicode.html"
>add_assoc_unicode</A
>&nbsp;--&nbsp;Add a binary safe unicode_string value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-unicodel-ex.html"
>add_assoc_unicodel_ex</A
>&nbsp;--&nbsp;Add a binary safe unicode_string value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-unicodel.html"
>add_assoc_unicodel</A
>&nbsp;--&nbsp;Add a binary safe unicode_string value to an assoc array</DT
><DT
><A
HREF="zend-api.add-assoc-unset.html"
>add_assoc_unset</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-assoc-zval-ex.html"
>add_assoc_zval_ex</A
>&nbsp;--&nbsp;Add a zval value to an assoc array with binary safe key</DT
><DT
><A
HREF="zend-api.add-assoc-zval.html"
>add_assoc_zval</A
>&nbsp;--&nbsp;Add a zval value to an assoc array</DT
><DT
><A
HREF="zend-api.add-get-assoc-string-ex.html"
>add_get_assoc_string_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-assoc-string.html"
>add_get_assoc_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-assoc-stringl-ex.html"
>add_get_assoc_stringl_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-assoc-stringl.html"
>add_get_assoc_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-index-binary.html"
>add_get_index_binary</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-index-binaryl.html"
>add_get_index_binaryl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-index-double.html"
>add_get_index_double</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-index-long.html"
>add_get_index_long</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-index-string.html"
>add_get_index_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-index-stringl.html"
>add_get_index_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-index-unicode.html"
>add_get_index_unicode</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-get-index-unicodel.html"
>add_get_index_unicodel</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-index-binary.html"
>add_index_binary</A
>&nbsp;--&nbsp;Add binary_string value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-binaryl.html"
>add_index_binaryl</A
>&nbsp;--&nbsp;Add binary safe binary_string value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-bool.html"
>add_index_bool</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>bool</B
></A
> value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-double.html"
>add_index_double</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.float.html"
><B
CLASS="type"
>double</B
></A
> value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-long.html"
>add_index_long</A
>&nbsp;--&nbsp;Add long value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-null.html"
>add_index_null</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.null.html"
><B
CLASS="type"
>null</B
></A
> value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-resource.html"
>add_index_resource</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.resource.html"
><B
CLASS="type"
>resource</B
></A
> value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-string.html"
>add_index_string</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
> value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-stringl.html"
>add_index_stringl</A
>&nbsp;--&nbsp;Add binary safe <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
> value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-unicode.html"
>add_index_unicode</A
>&nbsp;--&nbsp;Add unicode value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-unicodel.html"
>add_index_unicodel</A
>&nbsp;--&nbsp;Add binary safe unicode value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-unset.html"
>add_index_unset</A
>&nbsp;--&nbsp;Add unset value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-index-zval.html"
>add_index_zval</A
>&nbsp;--&nbsp;Add zval value to assoc array using numeric index</DT
><DT
><A
HREF="zend-api.add-method.html"
>add_method</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-next-index-binary.html"
>add_next_index_binary</A
>&nbsp;--&nbsp;Add binary_string value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-binaryl.html"
>add_next_index_binaryl</A
>&nbsp;--&nbsp;Add binary safe binary_string value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-bool.html"
>add_next_index_bool</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>bool</B
></A
> value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-double.html"
>add_next_index_double</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.float.html"
><B
CLASS="type"
>double</B
></A
> value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-long.html"
>add_next_index_long</A
>&nbsp;--&nbsp;Add long value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-null.html"
>add_next_index_null</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.null.html"
><B
CLASS="type"
>null</B
></A
> value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-resource.html"
>add_next_index_resource</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.resource.html"
><B
CLASS="type"
>resource</B
></A
> value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-string.html"
>add_next_index_string</A
>&nbsp;--&nbsp;Add <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
> value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-stringl.html"
>add_next_index_stringl</A
>&nbsp;--&nbsp;Add binary safe <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
> value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-unicode.html"
>add_next_index_unicode</A
>&nbsp;--&nbsp;Add unicode value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-unicodel.html"
>add_next_index_unicodel</A
>&nbsp;--&nbsp;Add binary safe unicode value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-unset.html"
>add_next_index_unset</A
>&nbsp;--&nbsp;Add unset value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-next-index-zval.html"
>add_next_index_zval</A
>&nbsp;--&nbsp;Add zval value to assoc array using next free numeric index</DT
><DT
><A
HREF="zend-api.add-property-ascii-string-ex.html"
>add_property_ascii_string_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-ascii-string.html"
>add_property_ascii_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-ascii-stringl-ex.html"
>add_property_ascii_stringl_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-ascii-stringl.html"
>add_property_ascii_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-bool-ex.html"
>add_property_bool_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-bool.html"
>add_property_bool</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-double-ex.html"
>add_property_double_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-double.html"
>add_property_double</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-long-ex.html"
>add_property_long_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-long.html"
>add_property_long</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-null-ex.html"
>add_property_null_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-null.html"
>add_property_null</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-resource-ex.html"
>add_property_resource_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-resource.html"
>add_property_resource</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-rt-string-ex.html"
>add_property_rt_string_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-rt-string.html"
>add_property_rt_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-rt-stringl-ex.html"
>add_property_rt_stringl_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-rt-stringl.html"
>add_property_rt_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-string-ex.html"
>add_property_string_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-string.html"
>add_property_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-stringl-ex.html"
>add_property_stringl_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-stringl.html"
>add_property_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-unicode-ex.html"
>add_property_unicode_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-unicode.html"
>add_property_unicode</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-unicodel-ex.html"
>add_property_unicodel_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-unicodel.html"
>add_property_unicodel</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-unset.html"
>add_property_unset</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-zval-ex.html"
>add_property_zval_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-property-zval.html"
>add_property_zval</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-u-assoc-zval-ex.html"
>add_u_assoc_zval_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.add-u-assoc-zval.html"
>add_u_assoc_zval</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.array-init.html"
>array_init</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.call-user-function-ex.html"
>call_user_function_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.call-user-function.html"
>call_user_function</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.compile-file.html"
>compile_file</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.compile-filename.html"
>compile_filename</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.compile-string.html"
>compile_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.destroy-op-array.html"
>destroy_op_array</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.destroy-zend-class.html"
>destroy_zend_class</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.destroy-zend-function.html"
>destroy_zend_function</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.display-ini-entries.html"
>display_ini_entries</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.do-bind-class.html"
>do_bind_class</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.do-bind-function.html"
>do_bind_function</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.do-bind-inherited-class.html"
>do_bind_inherited_class</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.estrndup-rel.html"
>estrndup_rel</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.estrndup.html"
>estrndup</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.eustrdup.html"
>eustrdup</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.eustrndup-rel.html"
>eustrndup_rel</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.eustrndup.html"
>eustrndup</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.execute-internal.html"
>execute_internal</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.execute.html"
>execute</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.free-estring.html"
>free_estring</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.full-mem-check.html"
>full_mem_check</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.function-add-ref.html"
>function_add_ref</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.get-active-class-name.html"
>get_active_class_name</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.get-active-function-name.html"
>get_active_function_name</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.get-binary-op.html"
>get_binary_op</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.get-unary-op.html"
>get_unary_op</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.get-zend-version.html"
>get_zend_version</A
>&nbsp;--&nbsp;Get Zend Engine version string</DT
><DT
><A
HREF="zend-api.highlight-file.html"
>highlight_file</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.highlight-string.html"
>highlight_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.init-op-array.html"
>init_op_array</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.lex-scan.html"
>lex_scan</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.mem-block-check.html"
>mem_block_check</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.object-and-properties-init.html"
>object_and_properties_init</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.object-init-ex.html"
>object_init_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.object-init.html"
>object_init</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.open-file-for-scanning.html"
>open_file_for_scanning</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-list-destructors.html"
>register_list_destructors</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.shutdown-memory-manager.html"
>shutdown_memory_manager</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.start-memory-manager.html"
>start_memory_manager</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-alter-ini-entry.html"
>zend_alter_ini_entry</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-auto-global-disable-jit.html"
>zend_auto_global_disable_jit</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-bailout.html"
>zend_bailout</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-call-function.html"
>zend_call_function</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-call-method-with-0-params.html"
>zend_call_method_with_0_params</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-call-method-with-1-params.html"
>zend_call_method_with_1_params</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-call-method-with-2-params.html"
>zend_call_method_with_2_params</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-call-method.html"
>zend_call_method</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-case-fold-string.html"
>zend_case_fold_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-check-magic-method-implementation.html"
>zend_check_magic_method_implementation</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-check-private.html"
>zend_check_private</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-check-property-access.html"
>zend_check_property_access</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-check-protected.html"
>zend_check_protected</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-class-implements.html"
>zend_class_implements</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-cleanup-class-data.html"
>zend_cleanup_class_data</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-cleanup-function-data.html"
>zend_cleanup_function_data</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-clear-exception.html"
>zend_clear_exception</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-cmp-unicode-and-literal.html"
>zend_cmp_unicode_and_literal</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-cmp-unicode-and-string.html"
>zend_cmp_unicode_and_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-convert-encodings.html"
>zend_convert_encodings</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-convert-from-unicode.html"
>zend_convert_from_unicode</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-convert-scanner-output.html"
>zend_convert_scanner_output</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-convert-to-unicode.html"
>zend_convert_to_unicode</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-copy-ini-directives.html"
>zend_copy_ini_directives</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-copy-parameters-array.html"
>zend_copy_parameters_array</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-class-constant-bool.html"
>zend_declare_class_constant_bool</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-class-constant-double.html"
>zend_declare_class_constant_double</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-class-constant-long.html"
>zend_declare_class_constant_long</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-class-constant-string.html"
>zend_declare_class_constant_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-class-constant-stringl.html"
>zend_declare_class_constant_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-class-constant.html"
>zend_declare_class_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-property-bool.html"
>zend_declare_property_bool</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-property-double.html"
>zend_declare_property_double</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-property-ex.html"
>zend_declare_property_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-property-long.html"
>zend_declare_property_long</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-property-null.html"
>zend_declare_property_null</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-property-string.html"
>zend_declare_property_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-property-stringl.html"
>zend_declare_property_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-declare-property.html"
>zend_declare_property</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-delete-global-variable.html"
>zend_delete_global_variable</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-destroy-file-handle.html"
>zend_destroy_file_handle</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-disable-class.html"
>zend_disable_class</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-disable-function.html"
>zend_disable_function</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-do-fcall.html"
>zend_do_fcall</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-do-implement-interface.html"
>zend_do_implement_interface</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-do-inherit-interfaces.html"
>zend_do_inherit_interfaces</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-do-inheritance.html"
>zend_do_inheritance</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-error.html"
>zend_error</A
>&nbsp;--&nbsp;Generate error message and trigger error handling</DT
><DT
><A
HREF="zend-api.zend-eval-string-ex.html"
>zend_eval_string_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-eval-string.html"
>zend_eval_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-exception-error.html"
>zend_exception_error</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-exception-get-default.html"
>zend_exception_get_default</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-execute-scripts.html"
>zend_execute_scripts</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-fetch-class.html"
>zend_fetch_class</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-fetch-debug-backtrace.html"
>zend_fetch_debug_backtrace</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-fetch-list-dtor-id.html"
>zend_fetch_list_dtor_id</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-fetch-resource.html"
>zend_fetch_resource</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-file-handle-dtor.html"
>zend_file_handle_dtor</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-function-dtor.html"
>zend_function_dtor</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-class-entry.html"
>zend_get_class_entry</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-compiled-filename.html"
>zend_get_compiled_filename</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-compiled-lineno.html"
>zend_get_compiled_lineno</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-compiled-script-encoding.html"
>zend_get_compiled_script_encoding</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-compiled-variable-name.html"
>zend_get_compiled_variable_name</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-compiled-variable-value.html"
>zend_get_compiled_variable_value</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-configuration-directive.html"
>zend_get_configuration_directive</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-constant.html"
>zend_get_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-error-exception.html"
>zend_get_error_exception</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-executed-filename.html"
>zend_get_executed_filename</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-executed-lineno.html"
>zend_get_executed_lineno</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-hash-value.html"
>zend_get_hash_value</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-module-started.html"
>zend_get_module_started</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-module-version.html"
>zend_get_module_version</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-object-classname.html"
>zend_get_object_classname</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-parameters-array-ex.html"
>zend_get_parameters_array_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-parameters-array.html"
>zend_get_parameters_array</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-parameters-ex.html"
>zend_get_parameters_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-parameters.html"
>zend_get_parameters</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-scanned-file-offset.html"
>zend_get_scanned_file_offset</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-std-object-handlers.html"
>zend_get_std_object_handlers</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-unified-string-type.html"
>zend_get_unified_string_type</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-user-opcode-handler.html"
>zend_get_user_opcode_handler</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-zval-ptr-ptr.html"
>zend_get_zval_ptr_ptr</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-get-zval-ptr.html"
>zend_get_zval_ptr</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-add-empty-element.html"
>zend_hash_add_empty_element</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-add.html"
>zend_hash_add</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-apply-with-argument.html"
>zend_hash_apply_with_argument</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-apply-with-arguments.html"
>zend_hash_apply_with_arguments</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-apply.html"
>zend_hash_apply</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-clean.html"
>zend_hash_clean</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-compare.html"
>zend_hash_compare</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-copy.html"
>zend_hash_copy</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-del-key-or-index.html"
>zend_hash_del_key_or_index</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-del.html"
>zend_hash_del</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-destroy.html"
>zend_hash_destroy</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-exists.html"
>zend_hash_exists</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-find.html"
>zend_hash_find</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-func.html"
>zend_hash_func</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-get-current-data-ex.html"
>zend_hash_get_current_data_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-get-current-data.html"
>zend_hash_get_current_data</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-get-current-key-ex.html"
>zend_hash_get_current_key_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-get-current-key-type-ex.html"
>zend_hash_get_current_key_type_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-get-current-key-type.html"
>zend_hash_get_current_key_type</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-get-current-key.html"
>zend_hash_get_current_key</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-graceful-destroy.html"
>zend_hash_graceful_destroy</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-graceful-reverse-destroy.html"
>zend_hash_graceful_reverse_destroy</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-index-del.html"
>zend_hash_index_del</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-index-exists.html"
>zend_hash_index_exists</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-index-find.html"
>zend_hash_index_find</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-index-update.html"
>zend_hash_index_update</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-init-ex.html"
>zend_hash_init_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-init.html"
>zend_hash_init</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-internal-pointer-end-ex.html"
>zend_hash_internal_pointer_end_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-internal-pointer-end.html"
>zend_hash_internal_pointer_end</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-internal-pointer-reset-ex.html"
>zend_hash_internal_pointer_reset_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-internal-pointer-reset.html"
>zend_hash_internal_pointer_reset</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-merge-ex.html"
>zend_hash_merge_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-merge.html"
>zend_hash_merge</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-minmax.html"
>zend_hash_minmax</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-move-backwards-ex.html"
>zend_hash_move_backwards_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-move-backwards.html"
>zend_hash_move_backwards</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-move-forward-ex.html"
>zend_hash_move_forward_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-move-forward.html"
>zend_hash_move_forward</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-next-free-element.html"
>zend_hash_next_free_element</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-next-index-insert.html"
>zend_hash_next_index_insert</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-num-elements.html"
>zend_hash_num_elements</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-quick-add.html"
>zend_hash_quick_add</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-quick-exists.html"
>zend_hash_quick_exists</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-quick-find.html"
>zend_hash_quick_find</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-quick-update.html"
>zend_hash_quick_update</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-rehash.html"
>zend_hash_rehash</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-reverse-apply.html"
>zend_hash_reverse_apply</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-sort.html"
>zend_hash_sort</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-update-current-key-ex.html"
>zend_hash_update_current_key_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-update-current-key.html"
>zend_hash_update_current_key</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-hash-update.html"
>zend_hash_update</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-highlight.html"
>zend_highlight</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-html-putc.html"
>zend_html_putc</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-html-puts.html"
>zend_html_puts</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-deactivate.html"
>zend_ini_deactivate</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-double.html"
>zend_ini_double</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-global-shutdown.html"
>zend_ini_global_shutdown</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-long.html"
>zend_ini_long</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-refresh-caches.html"
>zend_ini_refresh_caches</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-register-displayer.html"
>zend_ini_register_displayer</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-shutdown.html"
>zend_ini_shutdown</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-sort-entries.html"
>zend_ini_sort_entries</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-startup.html"
>zend_ini_startup</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ini-string.html"
>zend_ini_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-initialize-class-data.html"
>zend_initialize_class_data</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-is-auto-global.html"
>zend_is_auto_global</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-is-callable-ex.html"
>zend_is_callable_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-is-callable.html"
>zend_is_callable</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-is-compiling.html"
>zend_is_compiling</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-is-executing.html"
>zend_is_executing</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-is-true.html"
>zend_is_true</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-is-valid-identifier.html"
>zend_is_valid_identifier</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-list-addref.html"
>zend_list_addref</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-list-delete.html"
>zend_list_delete</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-list-find.html"
>zend_list_find</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-list-insert.html"
>zend_list_insert</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-lookup-class.html"
>zend_lookup_class</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-make-callable.html"
>zend_make_callable</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-make-compiled-string-description.html"
>zend_make_compiled_string_description</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-make-printable-zval.html"
>zend_make_printable_zval</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-make-string-zval.html"
>zend_make_string_zval</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-make-unicode-zval.html"
>zend_make_unicode_zval</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-mangle-property-name.html"
>zend_mangle_property_name</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-merge-properties.html"
>zend_merge_properties</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-message-dispatcher.html"
>zend_message_dispatcher</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-normalize-identifier.html"
>zend_normalize_identifier</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-object-create-proxy.html"
>zend_object_create_proxy</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-object-store-ctor-failed.html"
>zend_object_store_ctor_failed</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-object-store-get-object.html"
>zend_object_store_get_object</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-object-store-set-object.html"
>zend_object_store_set_object</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-clone-members.html"
>zend_objects_clone_members</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-clone-obj.html"
>zend_objects_clone_obj</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-destroy-object.html"
>zend_objects_destroy_object</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-free-object-storage.html"
>zend_objects_free_object_storage</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-get-address.html"
>zend_objects_get_address</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-new.html"
>zend_objects_new</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-store-add-ref.html"
>zend_objects_store_add_ref</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-store-call-destructors.html"
>zend_objects_store_call_destructors</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-store-clone-obj.html"
>zend_objects_store_clone_obj</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-store-del-ref.html"
>zend_objects_store_del_ref</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-store-destroy.html"
>zend_objects_store_destroy</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-store-free-object-storage.html"
>zend_objects_store_free_object_storage</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-store-init.html"
>zend_objects_store_init</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-store-mark-destructed.html"
>zend_objects_store_mark_destructed</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-objects-store-put.html"
>zend_objects_store_put</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-output-debug-string.html"
>zend_output_debug_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-parse-ini-file.html"
>zend_parse_ini_file</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-parse-method-parameters-ex.html"
>zend_parse_method_parameters_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-parse-method-parameters.html"
>zend_parse_method_parameters</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-parse-parameters-ex.html"
>zend_parse_parameters_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-parse-parameters.html"
>zend_parse_parameters</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-prepare-scanner-converters.html"
>zend_prepare_scanner_converters</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-print-flat-zval-r.html"
>zend_print_flat_zval_r</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-print-variable.html"
>zend_print_variable</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-print-zval-ex.html"
>zend_print_zval_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-print-zval-r-ex.html"
>zend_print_zval_r_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-print-zval-r.html"
>zend_print_zval_r</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-print-zval.html"
>zend_print_zval</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-qsort.html"
>zend_qsort</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-read-property.html"
>zend_read_property</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-read-static-property.html"
>zend_read_static_property</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-auto-global.html"
>zend_register_auto_global</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-constant.html"
>zend_register_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-default-classes.html"
>zend_register_default_classes</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-double-constant.html"
>zend_register_double_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-functions.html"
>zend_register_functions</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-ini-entries.html"
>zend_register_ini_entries</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-interfaces.html"
>zend_register_interfaces</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-internal-class-ex.html"
>zend_register_internal_class_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-internal-class.html"
>zend_register_internal_class</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-internal-interface.html"
>zend_register_internal_interface</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-internal-module.html"
>zend_register_internal_module</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-list-destructors-ex.html"
>zend_register_list_destructors_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-list-destructors.html"
>zend_register_list_destructors</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-long-constant.html"
>zend_register_long_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-module-ex.html"
>zend_register_module_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-module.html"
>zend_register_module</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-resource.html"
>zend_register_resource</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-string-constant.html"
>zend_register_string_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-register-stringl-constant.html"
>zend_register_stringl_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-reset-all-cv.html"
>zend_reset_all_cv</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-reset-locale-deps.html"
>zend_reset_locale_deps</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-restore-compiled-filename.html"
>zend_restore_compiled_filename</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-restore-compiled-script-encoding.html"
>zend_restore_compiled_script_encoding</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-restore-ini-entry.html"
>zend_restore_ini_entry</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-rsrc-list-get-rsrc-type.html"
>zend_rsrc_list_get_rsrc_type</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-set-compiled-filename.html"
>zend_set_compiled_filename</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-set-compiled-script-encoding.html"
>zend_set_compiled_script_encoding</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-set-memory-limit.html"
>zend_set_memory_limit</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-set-timeout.html"
>zend_set_timeout</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-set-user-opcode-handler.html"
>zend_set_user_opcode_handler</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-startup-module-ex.html"
>zend_startup_module_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-startup-module.html"
>zend_startup_module</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-startup-modules.html"
>zend_startup_modules</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-std-call-user-call.html"
>zend_std_call_user_call</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-std-cast-object-tostring.html"
>zend_std_cast_object_tostring</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-std-get-static-property.html"
>zend_std_get_static_property</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-std-unset-static-property.html"
>zend_std_unset_static_property</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-stream-close.html"
>zend_stream_close</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-stream-ferror.html"
>zend_stream_ferror</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-stream-fixup.html"
>zend_stream_fixup</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-stream-ftell.html"
>zend_stream_ftell</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-stream-getc.html"
>zend_stream_getc</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-stream-open.html"
>zend_stream_open</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-stream-read.html"
>zend_stream_read</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-strip.html"
>zend_strip</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-strndup.html"
>zend_strndup</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-strtod.html"
>zend_strtod</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-symtable-del.html"
>zend_symtable_del</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-symtable-exists.html"
>zend_symtable_exists</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-symtable-find.html"
>zend_symtable_find</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-symtable-update-current-key.html"
>zend_symtable_update_current_key</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-symtable-update.html"
>zend_symtable_update</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-throw-exception-object.html"
>zend_throw_exception_object</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-timeout.html"
>zend_timeout</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-declare-property-ex.html"
>zend_u_declare_property_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-declare-property.html"
>zend_u_declare_property</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-delete-global-variable.html"
>zend_u_delete_global_variable</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-eval-string-ex.html"
>zend_u_eval_string_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-eval-string.html"
>zend_u_eval_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-fetch-class.html"
>zend_u_fetch_class</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-get-constant.html"
>zend_u_get_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-get-hash-value.html"
>zend_u_get_hash_value</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-add-empty-element.html"
>zend_u_hash_add_empty_element</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-add.html"
>zend_u_hash_add</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-del-key-or-index.html"
>zend_u_hash_del_key_or_index</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-del.html"
>zend_u_hash_del</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-exists.html"
>zend_u_hash_exists</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-find.html"
>zend_u_hash_find</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-func.html"
>zend_u_hash_func</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-init-ex.html"
>zend_u_hash_init_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-init.html"
>zend_u_hash_init</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-quick-add.html"
>zend_u_hash_quick_add</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-quick-exists.html"
>zend_u_hash_quick_exists</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-quick-find.html"
>zend_u_hash_quick_find</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-quick-update.html"
>zend_u_hash_quick_update</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-hash-update.html"
>zend_u_hash_update</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-is-auto-global.html"
>zend_u_is_auto_global</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-lookup-class-ex.html"
>zend_u_lookup_class_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-lookup-class.html"
>zend_u_lookup_class</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-mangle-property-name.html"
>zend_u_mangle_property_name</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-register-constant.html"
>zend_u_register_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-symtable-del.html"
>zend_u_symtable_del</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-symtable-exists.html"
>zend_u_symtable_exists</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-symtable-find.html"
>zend_u_symtable_find</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-symtable-update-current-key.html"
>zend_u_symtable_update_current_key</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-symtable-update.html"
>zend_u_symtable_update</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-u-unmangle-property-name.html"
>zend_u_unmangle_property_name</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-unmangle-property-name.html"
>zend_unmangle_property_name</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-unregister-functions.html"
>zend_unregister_functions</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-unregister-ini-entries.html"
>zend_unregister_ini_entries</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-unset-timeout.html"
>zend_unset_timeout</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-class-constants.html"
>zend_update_class_constants</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-ascii-string.html"
>zend_update_property_ascii_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-ascii-stringl.html"
>zend_update_property_ascii_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-bool.html"
>zend_update_property_bool</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-double.html"
>zend_update_property_double</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-long.html"
>zend_update_property_long</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-null.html"
>zend_update_property_null</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-rt-string.html"
>zend_update_property_rt_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-rt-stringl.html"
>zend_update_property_rt_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-string.html"
>zend_update_property_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-stringl.html"
>zend_update_property_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-unicode.html"
>zend_update_property_unicode</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property-unicodel.html"
>zend_update_property_unicodel</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-property.html"
>zend_update_property</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-ascii-string.html"
>zend_update_static_property_ascii_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-ascii-stringl.html"
>zend_update_static_property_ascii_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-bool.html"
>zend_update_static_property_bool</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-double.html"
>zend_update_static_property_double</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-long.html"
>zend_update_static_property_long</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-null.html"
>zend_update_static_property_null</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-rt-string.html"
>zend_update_static_property_rt_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-rt-stringl.html"
>zend_update_static_property_rt_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-string.html"
>zend_update_static_property_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-stringl.html"
>zend_update_static_property_stringl</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-unicode.html"
>zend_update_static_property_unicode</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property-unicodel.html"
>zend_update_static_property_unicodel</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-update-static-property.html"
>zend_update_static_property</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-ustrndup.html"
>zend_ustrndup</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zend-wrong-param-count.html"
>zend_wrong_param_count</A
>&nbsp;--&nbsp;Generate standard error message for wrong parameter count in function or method call</DT
><DT
><A
HREF="zend-api.zend-zval-type-name.html"
>zend_zval_type_name</A
>&nbsp;--&nbsp;Returns the PHP type name for a given zval</DT
><DT
><A
HREF="zend-api.zval-add-ref.html"
>zval_add_ref</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zval-internal-dtor.html"
>zval_internal_dtor</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zval-internal-ptr-dtor.html"
>zval_internal_ptr_dtor</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zval-ptr-dtor.html"
>zval_ptr_dtor</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zval-string-to-unicode-ex.html"
>zval_string_to_unicode_ex</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zval-string-to-unicode.html"
>zval_string_to_unicode</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zval-unicode-to-string.html"
>zval_unicode_to_string</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.zval-update-constant.html"
>zval_update_constant</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.display-ini-entries.html"
>DISPLAY_INI_ENTRIES</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.ini-bool.html"
>INI_BOOL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.ini-flt.html"
>INI_FLT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.ini-int.html"
>INI_INT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.ini-orig-bool.html"
>INI_ORIG_BOOL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.ini-orig-flt.html"
>INI_ORIG_FLT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.ini-orig-int.html"
>INI_ORIG_INT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.ini-orig-str.html"
>INI_ORIG_STR</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.ini-str.html"
>INI_STR</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-double-constant.html"
>REGISTER_DOUBLE_CONSTANT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-ini-boolean.html"
>REGISTER_INI_BOOLEAN</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-ini-displayer.html"
>REGISTER_INI_DISPLAYER</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-ini-entries.html"
>REGISTER_INI_ENTRIES</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-long-constant.html"
>REGISTER_LONG_CONSTANT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-main-double-constant.html"
>REGISTER_MAIN_DOUBLE_CONSTANT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-main-long-constant.html"
>REGISTER_MAIN_LONG_CONSTANT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-main-string-constant.html"
>REGISTER_MAIN_STRING_CONSTANT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-main-stringl-constant.html"
>REGISTER_MAIN_STRINGL_CONSTANT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-string-constant.html"
>REGISTER_STRING_CONSTANT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-api.register-stringl-constant.html"
>REGISTER_STRINGL_CONSTANT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-ascii-string.html"
>RETURN_ASCII_STRING</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-ascii-stringl.html"
>RETURN_ASCII_STRINGL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-binary.html"
>RETURN_BINARY</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-binaryl.html"
>RETURN_BINARYL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-bool.html"
>RETURN_BOOL</A
>&nbsp;--&nbsp;Return a <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>bool</B
></A
> value from a function</DT
><DT
><A
HREF="zend-macro.return-double.html"
>RETURN_DOUBLE</A
>&nbsp;--&nbsp;Return a <A
HREF="language.types.float.html"
><B
CLASS="type"
>double</B
></A
> value from a function</DT
><DT
><A
HREF="zend-macro.return-empty-binary.html"
>RETURN_EMPTY_BINARY</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-empty-string.html"
>RETURN_EMPTY_STRING</A
>&nbsp;--&nbsp;Return an empty <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
> value from a function</DT
><DT
><A
HREF="zend-macro.return-empty-unicode.html"
>RETURN_EMPTY_UNICODE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-long.html"
>RETURN_LONG</A
>&nbsp;--&nbsp;Return a long value from a function</DT
><DT
><A
HREF="zend-macro.return-null.html"
>RETURN_NULL</A
>&nbsp;--&nbsp;Return a <A
HREF="language.types.null.html"
><B
CLASS="type"
>null</B
></A
> value from a function</DT
><DT
><A
HREF="zend-macro.return-resource.html"
>RETURN_RESOURCE</A
>&nbsp;--&nbsp;Return a <A
HREF="language.types.resource.html"
><B
CLASS="type"
>resource</B
></A
> from a function</DT
><DT
><A
HREF="zend-macro.return-rt-string.html"
>RETURN_RT_STRING</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-rt-stringl.html"
>RETURN_RT_STRINGL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-string.html"
>RETURN_STRING</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-stringl.html"
>RETURN_STRINGL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-text.html"
>RETURN_TEXT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-textl.html"
>RETURN_TEXTL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-u-string.html"
>RETURN_U_STRING</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-u-stringl.html"
>RETURN_U_STRINGL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-unicode.html"
>RETURN_UNICODE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-unicodel.html"
>RETURN_UNICODEL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.return-zval.html"
>RETURN_ZVAL</A
>&nbsp;--&nbsp;Return a zval value from a function</DT
><DT
><A
HREF="zend-api.unregister-ini-entries.html"
>UNREGISTER_INI_ENTRIES</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-arrval-p.html"
>Z_ARRVAL_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-arrval-pp.html"
>Z_ARRVAL_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-arrval.html"
>Z_ARRVAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-binlen-p.html"
>Z_BINLEN_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-binlen-pp.html"
>Z_BINLEN_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-binlen.html"
>Z_BINLEN</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-binval-p.html"
>Z_BINVAL_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-binval-pp.html"
>Z_BINVAL_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-binval.html"
>Z_BINVAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-bval-p.html"
>Z_BVAL_P</A
>&nbsp;--&nbsp;Dereference a zval pointer and return its <CODE
CLASS="varname"
>lval</CODE
> element as <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>bool</B
></A
></DT
><DT
><A
HREF="zend-macro.z-bval-pp.html"
>Z_BVAL_PP</A
>&nbsp;--&nbsp;Dereference a pointer to a zval pointer and return its <CODE
CLASS="varname"
>lval</CODE
> element as <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>bool</B
></A
></DT
><DT
><A
HREF="zend-macro.z-bval.html"
>Z_BVAL</A
>&nbsp;--&nbsp;Return a zval <CODE
CLASS="varname"
>lval</CODE
> element as <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>bool</B
></A
></DT
><DT
><A
HREF="zend-macro.z-dbg.html"
>Z_DBG</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-dval-p.html"
>Z_DVAL_P</A
>&nbsp;--&nbsp;Dereference a zval pointer and return its <CODE
CLASS="varname"
>dval</CODE
> element</DT
><DT
><A
HREF="zend-macro.z-dval-pp.html"
>Z_DVAL_PP</A
>&nbsp;--&nbsp;Dereference a pointer to a zval pointer and return its <CODE
CLASS="varname"
>dval</CODE
> element</DT
><DT
><A
HREF="zend-macro.z-dval.html"
>Z_DVAL</A
>&nbsp;--&nbsp;Return the dval element of a zval</DT
><DT
><A
HREF="zend-macro.z-lval-p.html"
>Z_LVAL_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-lval-pp.html"
>Z_LVAL_PP</A
>&nbsp;--&nbsp;Dereference a pointer to a zval pointer and return its <CODE
CLASS="varname"
>lval</CODE
> element</DT
><DT
><A
HREF="zend-macro.z-lval.html"
>Z_LVAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-class-name-p.html"
>Z_OBJ_CLASS_NAME_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-handle-p.html"
>Z_OBJ_HANDLE_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-handle-pp.html"
>Z_OBJ_HANDLE_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-handle.html"
>Z_OBJ_HANDLE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-handler-p.html"
>Z_OBJ_HANDLER_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-handler-pp.html"
>Z_OBJ_HANDLER_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-handler.html"
>Z_OBJ_HANDLER</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-ht-p.html"
>Z_OBJ_HT_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-ht-pp.html"
>Z_OBJ_HT_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-obj-ht.html"
>Z_OBJ_HT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-objce-p.html"
>Z_OBJCE_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-objce-pp.html"
>Z_OBJCE_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-objce.html"
>Z_OBJCE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-objprop-p.html"
>Z_OBJPROP_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-objprop-pp.html"
>Z_OBJPROP_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-objprop.html"
>Z_OBJPROP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-objval-p.html"
>Z_OBJVAL_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-objval-pp.html"
>Z_OBJVAL_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-objval.html"
>Z_OBJVAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-resval-p.html"
>Z_RESVAL_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-resval-pp.html"
>Z_RESVAL_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-resval.html"
>Z_RESVAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-strlen-p.html"
>Z_STRLEN_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-strlen-pp.html"
>Z_STRLEN_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-strlen.html"
>Z_STRLEN</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-strval-p.html"
>Z_STRVAL_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-strval-pp.html"
>Z_STRVAL_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-strval.html"
>Z_STRVAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-type-p.html"
>Z_TYPE_P</A
>&nbsp;--&nbsp;Get type field from zval pointer</DT
><DT
><A
HREF="zend-macro.z-type-pp.html"
>Z_TYPE_PP</A
>&nbsp;--&nbsp;Get type field from zval pointer pointer</DT
><DT
><A
HREF="zend-macro.z-type.html"
>Z_TYPE</A
>&nbsp;--&nbsp;Get the type field of a zval</DT
><DT
><A
HREF="zend-macro.z-unilen-p.html"
>Z_UNILEN_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-unilen-pp.html"
>Z_UNILEN_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-unilen.html"
>Z_UNILEN</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-unival-p.html"
>Z_UNIVAL_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-unival-pp.html"
>Z_UNIVAL_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-unival.html"
>Z_UNIVAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-ustrcplen-p.html"
>Z_USTRCPLEN_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-ustrcplen-pp.html"
>Z_USTRCPLEN_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-ustrcplen.html"
>Z_USTRCPLEN</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-ustrlen-p.html"
>Z_USTRLEN_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-ustrlen-pp.html"
>Z_USTRLEN_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-ustrlen.html"
>Z_USTRLEN</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-ustrval-p.html"
>Z_USTRVAL_P</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-ustrval-pp.html"
>Z_USTRVAL_PP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.z-ustrval.html"
>Z_USTRVAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-abstract-me.html"
>ZEND_ABSTRACT_ME</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-arg-array-info.html"
>ZEND_ARG_ARRAY_INFO</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-arg-info.html"
>ZEND_ARG_INFO</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-arg-obj-info.html"
>ZEND_ARG_OBJ_INFO</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-arg-pass-info.html"
>ZEND_ARG_PASS_INFO</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-begin-arg-info-ex.html"
>ZEND_BEGIN_ARG_INFO_EX</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-begin-arg-info.html"
>ZEND_BEGIN_ARG_INFO</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-begin-module-globals.html"
>ZEND_BEGIN_MODULE_GLOBALS</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-coll-result.html"
>ZEND_COLL_RESULT</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-declare-module-globals.html"
>ZEND_DECLARE_MODULE_GLOBALS</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-define-property.html"
>ZEND_DEFINE_PROPERTY</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-end-arg-info.html"
>ZEND_END_ARG_INFO</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-end-module-globals.html"
>ZEND_END_MODULE_GLOBALS</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-extern-module-globals.html"
>ZEND_EXTERN_MODULE_GLOBALS</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-falias.html"
>ZEND_FALIAS</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-fe.html"
>ZEND_FE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-fentry.html"
>ZEND_FENTRY</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-fetch-resource2.html"
>ZEND_FETCH_RESOURCE2</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-fetch-resource.html"
>ZEND_FETCH_RESOURCE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-fn-scope-name.html"
>ZEND_FN_SCOPE_NAME</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-fn.html"
>ZEND_FN</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-function.html"
>ZEND_FUNCTION</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-get-module.html"
>ZEND_GET_MODULE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-get-resource-type-id.html"
>ZEND_GET_RESOURCE_TYPE_ID</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-begin.html"
>ZEND_INI_BEGIN</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-disp.html"
>ZEND_INI_DISP</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-end.html"
>ZEND_INI_END</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-entry-ex.html"
>ZEND_INI_ENTRY_EX</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-entry1-ex.html"
>ZEND_INI_ENTRY1_EX</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-entry1.html"
>ZEND_INI_ENTRY1</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-entry2-ex.html"
>ZEND_INI_ENTRY2_EX</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-entry2.html"
>ZEND_INI_ENTRY2</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-entry3-ex.html"
>ZEND_INI_ENTRY3_EX</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-entry3.html"
>ZEND_INI_ENTRY3</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-entry.html"
>ZEND_INI_ENTRY</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-ini-mh.html"
>ZEND_INI_MH</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-init-module-globals.html"
>ZEND_INIT_MODULE_GLOBALS</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-init-symtable-ex.html"
>ZEND_INIT_SYMTABLE_EX</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-init-symtable.html"
>ZEND_INIT_SYMTABLE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-log-xor.html"
>ZEND_LOG_XOR</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-malias.html"
>ZEND_MALIAS</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-me-mapping.html"
>ZEND_ME_MAPPING</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-me.html"
>ZEND_ME</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-method.html"
>ZEND_METHOD</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-mod-conflicts-ex.html"
>ZEND_MOD_CONFLICTS_EX</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-mod-conflicts.html"
>ZEND_MOD_CONFLICTS</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-mod-optional-ex.html"
>ZEND_MOD_OPTIONAL_EX</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-mod-optional.html"
>ZEND_MOD_OPTIONAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-mod-required-ex.html"
>ZEND_MOD_REQUIRED_EX</A
>&nbsp;--&nbsp;Create a full dependency entry for the required version of an extension</DT
><DT
><A
HREF="zend-macro.zend-mod-required.html"
>ZEND_MOD_REQUIRED</A
>&nbsp;--&nbsp;Create a simple dependency entry for a required extension</DT
><DT
><A
HREF="zend-macro.zend-module-activate-d.html"
>ZEND_MODULE_ACTIVATE_D</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-activate-n.html"
>ZEND_MODULE_ACTIVATE_N</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-deactivate-d.html"
>ZEND_MODULE_DEACTIVATE_D</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-deactivate-n.html"
>ZEND_MODULE_DEACTIVATE_N</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-info-d.html"
>ZEND_MODULE_INFO_D</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-info-n.html"
>ZEND_MODULE_INFO_N</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-post-zend-deactivate-d.html"
>ZEND_MODULE_POST_ZEND_DEACTIVATE_D</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-post-zend-deactivate-n.html"
>ZEND_MODULE_POST_ZEND_DEACTIVATE_N</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-shutdown-d.html"
>ZEND_MODULE_SHUTDOWN_D</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-shutdown-n.html"
>ZEND_MODULE_SHUTDOWN_N</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-startup-d.html"
>ZEND_MODULE_STARTUP_D</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-module-startup-n.html"
>ZEND_MODULE_STARTUP_N</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-named-fe.html"
>ZEND_NAMED_FE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-named-function.html"
>ZEND_NAMED_FUNCTION</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-normalize-bool.html"
>ZEND_NORMALIZE_BOOL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-num-args.html"
>ZEND_NUM_ARGS</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-putc.html"
>ZEND_PUTC</A
>&nbsp;--&nbsp;Write a single character to the default output stream</DT
><DT
><A
HREF="zend-macro.zend-puts.html"
>ZEND_PUTS</A
>&nbsp;--&nbsp;Write a string to the default output stream</DT
><DT
><A
HREF="zend-macro.zend-register-resource.html"
>ZEND_REGISTER_RESOURCE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-rsrc-dtor-func.html"
>ZEND_RSRC_DTOR_FUNC</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-set-global-var-with-length.html"
>ZEND_SET_GLOBAL_VAR_WITH_LENGTH</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-set-global-var.html"
>ZEND_SET_GLOBAL_VAR</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-set-symbol-with-length.html"
>ZEND_SET_SYMBOL_WITH_LENGTH</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-set-symbol.html"
>ZEND_SET_SYMBOL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-strl.html"
>ZEND_STRL</A
>&nbsp;--&nbsp;Pass string pointer and length in one operation</DT
><DT
><A
HREF="zend-macro.zend-strs.html"
>ZEND_STRS</A
>&nbsp;--&nbsp;Pass string pointer and buffer size in one operation</DT
><DT
><A
HREF="zend-macro.zend-truth.html"
>ZEND_TRUTH</A
>&nbsp;--&nbsp;Cast a value to zend_bool</DT
><DT
><A
HREF="zend-macro.zend-u-converter.html"
>ZEND_U_CONVERTER</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-u-equal.html"
>ZEND_U_EQUAL</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-u-set-symbol-with-length.html"
>ZEND_U_SET_SYMBOL_WITH_LENGTH</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-uv.html"
>ZEND_UV</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-verify-resource.html"
>ZEND_VERIFY_RESOURCE</A
>&nbsp;--&nbsp;...</DT
><DT
><A
HREF="zend-macro.zend-write.html"
>ZEND_WRITE</A
>&nbsp;--&nbsp;Write character buffer to the default output stream</DT
><DT
><A
HREF="zend-api-macro.zend-wrong-param-count-with-retval.html"
>ZEND_WRONG_PARAM_COUNT_WITH_RETVAL</A
>&nbsp;--&nbsp;Generate standard error message and return custom value</DT
><DT
><A
HREF="zend-macro.zend-wrong-param-count.html"
>ZEND_WRONG_PARAM_COUNT</A
>&nbsp;--&nbsp;...</DT
></DL
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="zend.api-macros.html"
ACCESSKEY="P"
>上一页</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>起始页</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="zend-api.add-assoc-bool-ex.html"
ACCESSKEY="N"
>下一页</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>API Macros</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="zend.html"
ACCESSKEY="U"
>上一级</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>add_assoc_bool_ex</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>