]> granicus.if.org Git - php/commitdiff
- Make usage of new PHP_FE_END macro
authorFelipe Pena <felipe@php.net>
Mon, 25 Jul 2011 11:42:53 +0000 (11:42 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 25 Jul 2011 11:42:53 +0000 (11:42 +0000)
111 files changed:
ext/bcmath/bcmath.c
ext/bz2/bz2.c
ext/calendar/calendar.c
ext/com_dotnet/com_extension.c
ext/com_dotnet/com_persist.c
ext/ctype/ctype.c
ext/curl/interface.c
ext/date/php_date.c
ext/dba/dba.c
ext/dom/attr.c
ext/dom/cdatasection.c
ext/dom/characterdata.c
ext/dom/document.c
ext/dom/documentfragment.c
ext/dom/documenttype.c
ext/dom/domconfiguration.c
ext/dom/domerror.c
ext/dom/domerrorhandler.c
ext/dom/domexception.c
ext/dom/domimplementation.c
ext/dom/domimplementationsource.c
ext/dom/domlocator.c
ext/dom/domstringlist.c
ext/dom/element.c
ext/dom/entity.c
ext/dom/entityreference.c
ext/dom/namednodemap.c
ext/dom/namelist.c
ext/dom/node.c
ext/dom/nodelist.c
ext/dom/notation.c
ext/dom/php_dom.c
ext/dom/processinginstruction.c
ext/dom/string_extend.c
ext/dom/text.c
ext/dom/typeinfo.c
ext/dom/userdatahandler.c
ext/dom/xpath.c
ext/enchant/enchant.c
ext/ereg/ereg.c
ext/exif/exif.c
ext/fileinfo/fileinfo.c
ext/filter/filter.c
ext/ftp/php_ftp.c
ext/gd/gd.c
ext/gettext/gettext.c
ext/gmp/gmp.c
ext/hash/hash.c
ext/iconv/iconv.c
ext/imap/php_imap.c
ext/interbase/interbase.c
ext/intl/php_intl.c
ext/json/json.c
ext/ldap/ldap.c
ext/libxml/libxml.c
ext/mbstring/mbstring.c
ext/mcrypt/mcrypt.c
ext/mssql/php_mssql.c
ext/mysql/php_mysql.c
ext/mysqli/mysqli_fe.c
ext/mysqlnd/php_mysqlnd.c
ext/oci8/oci8.c
ext/odbc/php_odbc.c
ext/openssl/openssl.c
ext/pcntl/pcntl.c
ext/pcre/php_pcre.c
ext/pdo/pdo.c
ext/pdo_dblib/pdo_dblib.c
ext/pdo_firebird/pdo_firebird.c
ext/pdo_mysql/pdo_mysql.c
ext/pdo_oci/pdo_oci.c
ext/pdo_pgsql/pgsql_driver.c
ext/pdo_sqlite/pdo_sqlite.c
ext/pdo_sqlite/sqlite_driver.c
ext/pgsql/pgsql.c
ext/phar/phar.c
ext/phar/phar_object.c
ext/posix/posix.c
ext/pspell/pspell.c
ext/readline/readline.c
ext/recode/recode.c
ext/reflection/php_reflection.c
ext/session/session.c
ext/shmop/shmop.c
ext/simplexml/simplexml.c
ext/skeleton/skeleton.c
ext/snmp/snmp.c
ext/soap/soap.c
ext/sockets/sockets.c
ext/spl/php_spl.c
ext/spl/spl_array.c
ext/spl/spl_directory.c
ext/spl/spl_dllist.c
ext/spl/spl_fixedarray.c
ext/spl/spl_iterators.c
ext/sqlite3/sqlite3.c
ext/standard/basic_functions.c
ext/sybase_ct/php_sybase_ct.c
ext/sysvmsg/sysvmsg.c
ext/sysvsem/sysvsem.c
ext/sysvshm/sysvshm.c
ext/tidy/tidy.c
ext/tokenizer/tokenizer.c
ext/wddx/wddx.c
ext/xml/xml.c
ext/xmlreader/php_xmlreader.c
ext/xmlrpc/xmlrpc-epi-php.c
ext/xmlwriter/php_xmlwriter.c
ext/xsl/php_xsl.c
ext/zip/php_zip.c
ext/zlib/zlib.c

index f684a49a54252dc1759b1d443dffa1fc47dbcbeb..f42d3363b3a99c38705da5d8fa3106f57665e356 100644 (file)
@@ -106,7 +106,7 @@ const zend_function_entry bcmath_functions[] = {
        PHP_FE(bcscale,                                                                 arginfo_bcscale)
        PHP_FE(bccomp,                                                                  arginfo_bccomp)
        PHP_FE(bcpowmod,                                                                arginfo_bcpowmod)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry bcmath_module_entry = {
index ab1f102d8e8751b5bafd9269185a1a5970022aa7..ab75ec91aa001c342669069568612ef2bf24ef2d 100644 (file)
@@ -107,7 +107,7 @@ static const zend_function_entry bz2_functions[] = {
        PHP_FE(bzerror,      arginfo_bzerror)
        PHP_FE(bzcompress,   arginfo_bzcompress)
        PHP_FE(bzdecompress, arginfo_bzdecompress)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry bz2_module_entry = {
index 61bf4d10a12c029a785b1b568457fcf42b4546de..e1546ebf23f0eff456deb7642874aa58180c0f00 100644 (file)
@@ -148,7 +148,7 @@ const zend_function_entry calendar_functions[] = {
        PHP_FE(cal_from_jd, arginfo_cal_from_jd)
        PHP_FE(cal_days_in_month, arginfo_cal_days_in_month)
        PHP_FE(cal_info, arginfo_cal_info)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 
index 4ded383c0524929bc7dfc0811a9b6c2dbc48f40a..bf6e536d954ad6ffa27ba93136315136acadc343 100644 (file)
@@ -228,7 +228,7 @@ const zend_function_entry com_dotnet_functions[] = {
        PHP_FE(com_message_pump, arginfo_com_message_pump)
        PHP_FE(com_load_typelib, arginfo_com_load_typelib)
        PHP_FE(com_get_active_object, arginfo_com_get_active_object)
-       { NULL, NULL, NULL }
+       PHP_FE_END
 };
 
 /* {{{ com_dotnet_module_entry
index f3c62861f893909422eb42b78c765895ed6810d0..21befdfe054d27aa8deb15925c9282d4df33d8c0 100755 (executable)
@@ -697,7 +697,7 @@ static const zend_function_entry com_persist_helper_methods[] = {
        CPH_ME(InitNew, NULL)
        CPH_ME(LoadFromStream, NULL)
        CPH_ME(SaveToStream, NULL)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static void helper_free_storage(void *obj TSRMLS_DC)
index 05169619bf30c29ea6e9658f632f3dbff6c1d5a1..b80e1df6ed4d2249c08fd06db8905cc044181599 100644 (file)
@@ -106,7 +106,7 @@ static const zend_function_entry ctype_functions[] = {
        PHP_FE(ctype_space,     arginfo_ctype_space)
        PHP_FE(ctype_upper,     arginfo_ctype_upper)
        PHP_FE(ctype_xdigit,    arginfo_ctype_xdigit)
-       {NULL, NULL, NULL}      /* Must be the last line in ctype_functions[] */
+       PHP_FE_END
 };
 /* }}} */
 
index 484dfce0a7cc29ebcfe548082ebd95abb76f9983..dd176af252c6fa2f7fd88e0af12beedabe80e678 100644 (file)
@@ -307,7 +307,7 @@ const zend_function_entry curl_functions[] = {
        PHP_FE(curl_multi_getcontent,    arginfo_curl_multi_getcontent)
        PHP_FE(curl_multi_info_read,     arginfo_curl_multi_info_read)
        PHP_FE(curl_multi_close,         arginfo_curl_multi_close)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 01e3c3318f32cbe8c245961fbbc84e27be461d0f..26d7bb1ad5af7229a8f436302971e3eea77ef24c 100644 (file)
@@ -425,7 +425,7 @@ const zend_function_entry date_functions[] = {
        PHP_FE(date_sunrise, arginfo_date_sunrise)
        PHP_FE(date_sunset, arginfo_date_sunset)
        PHP_FE(date_sun_info, arginfo_date_sun_info)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 const zend_function_entry date_funcs_date[] = {
@@ -447,7 +447,7 @@ const zend_function_entry date_funcs_date[] = {
        PHP_ME_MAPPING(setTimestamp,    date_timestamp_set, arginfo_date_method_timestamp_set, 0)
        PHP_ME_MAPPING(getTimestamp,    date_timestamp_get, arginfo_date_method_timestamp_get, 0)
        PHP_ME_MAPPING(diff,                    date_diff, arginfo_date_method_diff, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 const zend_function_entry date_funcs_timezone[] = {
@@ -458,19 +458,19 @@ const zend_function_entry date_funcs_timezone[] = {
        PHP_ME_MAPPING(getLocation,       timezone_location_get,       arginfo_timezone_method_location_get, 0)
        PHP_ME_MAPPING(listAbbreviations, timezone_abbreviations_list, arginfo_timezone_abbreviations_list, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
        PHP_ME_MAPPING(listIdentifiers,   timezone_identifiers_list,   arginfo_timezone_identifiers_list, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 const zend_function_entry date_funcs_interval[] = {
        PHP_ME(DateInterval,              __construct,                 arginfo_date_interval_construct, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
        PHP_ME_MAPPING(format,            date_interval_format,        arginfo_date_method_interval_format, 0)
        PHP_ME_MAPPING(createFromDateString, date_interval_create_from_date_string,     arginfo_date_interval_create_from_date_string, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 const zend_function_entry date_funcs_period[] = {
        PHP_ME(DatePeriod,                __construct,                 arginfo_date_period_construct, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static char* guess_timezone(const timelib_tzdb *tzdb TSRMLS_DC);
index c49adee53f76ee34d560f04e5186560994a44143..3c4d9ef4a5229fc91539f3824138a396ca740900 100644 (file)
@@ -145,7 +145,7 @@ const zend_function_entry dba_functions[] = {
        PHP_FE(dba_handlers, arginfo_dba_handlers)
        PHP_FE(dba_list, arginfo_dba_list)
        PHP_FE(dba_key_split, arginfo_dba_key_split)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index cfa249cacb4e5444bbdece25294105a0294ed82d..63978779f6edfb3e23f87211e38fe213cd93f0b7 100644 (file)
@@ -49,7 +49,7 @@ ZEND_END_ARG_INFO();
 const zend_function_entry php_dom_attr_class_functions[] = {
        PHP_FALIAS(isId, dom_attr_is_id, arginfo_dom_attr_is_id)
        PHP_ME(domattr, __construct, arginfo_dom_attr_construct, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void DOMAttr::__construct(string name, [string value]); */
index a9642c47686e562af502be080537b999b7aec8df..bb133fef8787a95b390c13a13fad5ec2df730651 100644 (file)
@@ -43,7 +43,7 @@ ZEND_END_ARG_INFO();
 
 const zend_function_entry php_dom_cdatasection_class_functions[] = {
        PHP_ME(domcdatasection, __construct, arginfo_dom_cdatasection_construct, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void DOMCdataSection::__construct(string value); */
index f56c39c8e7e5f3c830a32534b19904bf30b73719..98bb5a0785f2c53779096b5b19c30d75ba662d74 100644 (file)
@@ -68,7 +68,7 @@ const zend_function_entry php_dom_characterdata_class_functions[] = {
        PHP_FALIAS(insertData, dom_characterdata_insert_data, arginfo_dom_characterdata_insert_data)
        PHP_FALIAS(deleteData, dom_characterdata_delete_data, arginfo_dom_characterdata_delete_data)
        PHP_FALIAS(replaceData, dom_characterdata_replace_data, arginfo_dom_characterdata_replace_data)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ data    string  
index 2d7df36d73d532acd8c8ab015485132f2f0a2ea6..5b32cabdfee1261b4e0689ad74247e3aad26c3ac 100644 (file)
@@ -229,7 +229,7 @@ const zend_function_entry php_dom_document_class_functions[] = { /* {{{ */
        PHP_FALIAS(relaxNGValidateSource, dom_document_relaxNG_validate_xml, arginfo_dom_document_relaxNG_validate_xml)
 #endif
        PHP_ME(domdocument, registerNodeClass, arginfo_dom_document_registernodeclass, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 2e88b726de89db31cdfa9fe5b2428f615b732db2..da01cd9aa655a46ed66c406917e166f8dd226ef7 100644 (file)
@@ -46,7 +46,7 @@ ZEND_END_ARG_INFO();
 const zend_function_entry php_dom_documentfragment_class_functions[] = {
        PHP_ME(domdocumentfragment, __construct, arginfo_dom_documentfragement_construct, ZEND_ACC_PUBLIC)
        PHP_ME(domdocumentfragment, appendXML, arginfo_dom_documentfragement_appendXML, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void DOMDocumentFragment::__construct(); */
index a83c7eac17b3a3f741fc462f0c27c7ce38ec819f..69b21c3c82b18c73c5a3c55809c8d3087aa9a957 100644 (file)
@@ -35,7 +35,7 @@
 */
 
 const zend_function_entry php_dom_documenttype_class_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ name    string  
index 1ad57fe65eba70b8b1846e6e3593bfdf0230dfc4..76f18da046e8764f96a6e25a5c93aecd6c1ddeda 100644 (file)
@@ -54,7 +54,7 @@ const zend_function_entry php_dom_domconfiguration_class_functions[] = {
        PHP_FALIAS(setParameter, dom_domconfiguration_set_parameter, arginfo_dom_configuration_set_parameter)
        PHP_FALIAS(getParameter, dom_domconfiguration_get_parameter, arginfo_dom_configuration_get_parameter)
        PHP_FALIAS(canSetParameter, dom_domconfiguration_can_set_parameter, arginfo_dom_configuration_can_set_parameter)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index 414defe484e7074430c13973329b834abb76141b..0f5f3f7d90dddff4e0652832fbcde0e9458dac58 100644 (file)
@@ -36,7 +36,7 @@
 */
 
 const zend_function_entry php_dom_domerror_class_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index 4df9e351611bdba170e6ab0aa5950e84f61d95cc..9fcc4e9eaa2db78a87a1e872611aae94b9b28c4d 100644 (file)
@@ -42,7 +42,7 @@ ZEND_END_ARG_INFO();
 
 const zend_function_entry php_dom_domerrorhandler_class_functions[] = {
        PHP_FALIAS(handleError, dom_domerrorhandler_handle_error, arginfo_dom_domerrorhandler_handle_error)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index 8046873bb04fb0989c8a6e7db129c67dc48e1375..5477e34ef3f0a27d7fcac65b9d0bf5a54978358d 100644 (file)
@@ -37,7 +37,7 @@
 extern zend_class_entry *dom_domexception_class_entry;
 
 const zend_function_entry php_dom_domexception_class_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error TSRMLS_DC) /* {{{ */
index c931dc5ede05ed6bec67f41cc0882323a0bda3b5..c7ad1d7bb7ce601d91f56a330e449ee692a0916a 100644 (file)
@@ -61,7 +61,7 @@ const zend_function_entry php_dom_domimplementation_class_functions[] = {
        PHP_ME(domimplementation, hasFeature, arginfo_dom_implementation_has_feature, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
        PHP_ME(domimplementation, createDocumentType, arginfo_dom_implementation_create_documenttype, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
        PHP_ME(domimplementation, createDocument, arginfo_dom_implementation_create_document, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto boolean dom_domimplementation_has_feature(string feature, string version);
index 0fc33a2ed71fcee2c4d79540a87c2432732dc5e8..e7638834c674cb13f55be687fa78ad2d4d472770 100644 (file)
@@ -48,7 +48,7 @@ ZEND_END_ARG_INFO();
 const zend_function_entry php_dom_domimplementationsource_class_functions[] = {
        PHP_FALIAS(getDomimplementation, dom_domimplementationsource_get_domimplementation, arginfo_dom_implementationsource_getdomimplementation)
        PHP_FALIAS(getDomimplementations, dom_domimplementationsource_get_domimplementations, arginfo_dom_implementationsource_getdomimplementations)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index b31a4564a95a9c21d9ad3e42bd6710e31a412b7b..f2c92bebdf1772821a9f969901c94c919701bd3a 100644 (file)
@@ -36,7 +36,7 @@
 */
 
 const zend_function_entry php_dom_domlocator_class_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index 0791ec8d8ed5b76379d550164af8c8fe6fbfe3f9..f00d5ff44e927f9c75304027e34669acc11b9cc8 100644 (file)
@@ -42,7 +42,7 @@ ZEND_END_ARG_INFO();
 
 const zend_function_entry php_dom_domstringlist_class_functions[] = {
        PHP_FALIAS(item, dom_domstringlist_item, arginfo_dom_stringlist_item)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index 5a7d007e23180304bc1f8c68d7e045c238adfbc3..66ad2af163bb640e9252a778f454ee44a4477130 100644 (file)
@@ -146,7 +146,7 @@ const zend_function_entry php_dom_element_class_functions[] = { /* {{{ */
        PHP_FALIAS(setIdAttributeNS, dom_element_set_id_attribute_ns, arginfo_dom_element_set_id_attribute_ns)
        PHP_FALIAS(setIdAttributeNode, dom_element_set_id_attribute_node, arginfo_dom_element_set_id_attribute_node)
        PHP_ME(domelement, __construct, arginfo_dom_element_construct, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 71eeacf924956321e36d51b9277467ec7cc31bc5..5b7151e5b35403b9568949ae2870d1a5e5f46b5e 100644 (file)
@@ -36,7 +36,7 @@
 */
 
 const zend_function_entry php_dom_entity_class_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ publicId        string  
index b9404ba1cd59d464e2046d5d38fcac9a55bf5ac5..daabf41ea550149209323257a36369dfe88ce1a3 100644 (file)
@@ -42,7 +42,7 @@ ZEND_END_ARG_INFO();
 
 const zend_function_entry php_dom_entityreference_class_functions[] = {
        PHP_ME(domentityreference, __construct, arginfo_dom_entityreference_construct, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void DOMEntityReference::__construct(string name); */
index d259963e2fa2def73f7e9d7261ee772b8394cbda..963371a8e58fe01cc79580fc991572df6ddbc19a 100644 (file)
@@ -74,7 +74,7 @@ const zend_function_entry php_dom_namednodemap_class_functions[] = { /* {{{ */
        PHP_FALIAS(getNamedItemNS, dom_namednodemap_get_named_item_ns, arginfo_dom_namednodemap_get_named_item_ns)
        PHP_FALIAS(setNamedItemNS, dom_namednodemap_set_named_item_ns, arginfo_dom_namednodemap_set_named_item_ns)
        PHP_FALIAS(removeNamedItemNS, dom_namednodemap_remove_named_item_ns, arginfo_dom_namednodemap_remove_named_item_ns)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 2d2bc69ee6076565137f1a494134af947f24bcdf..fb454a783a822662d721fcd46c76edae788daba3 100644 (file)
@@ -47,7 +47,7 @@ ZEND_END_ARG_INFO();
 const zend_function_entry php_dom_namelist_class_functions[] = {
        PHP_FALIAS(getName, dom_namelist_get_name, arginfo_dom_namelist_get_name)
        PHP_FALIAS(getNamespaceURI, dom_namelist_get_namespace_uri, arginfo_dom_namelist_get_namespace_uri)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ length  int     
index 17040521e148f69e6860ba7fc3e34852ea7ac318..839c797bb6a55bc7d7cb4f6690da70abaa38e40c 100644 (file)
@@ -155,7 +155,7 @@ const zend_function_entry php_dom_node_class_functions[] = { /* {{{ */
        PHP_ME(domnode, getLineNo, arginfo_dom_node_getLineNo, ZEND_ACC_PUBLIC)
        PHP_ME(domnode, C14N, arginfo_dom_node_C14N, ZEND_ACC_PUBLIC)
        PHP_ME(domnode, C14NFile, arginfo_dom_node_C14NFile, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 2baeea29d9696372f1707549f639c4ded76367be..f7d7d15450d919ad6b3d372f5f6cd727093d3e96 100644 (file)
@@ -43,7 +43,7 @@ ZEND_END_ARG_INFO();
 
 const zend_function_entry php_dom_nodelist_class_functions[] = {
        PHP_FALIAS(item, dom_nodelist_item, arginfo_dom_nodelist_item)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ length  int     
index d1b93eb8dbeba45b16656335e61e8615d82f19df..bb3c12f28fdb2c010582d5974f8cb9cf0f95bc94 100644 (file)
@@ -35,7 +35,7 @@
 */
 
 const zend_function_entry php_dom_notation_class_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index f29b62214a1d5a22e28fc32c9808ab7520b0728d..ad834d8812f4cbdc8445797e6edc7c261ffaed7f 100644 (file)
@@ -543,7 +543,7 @@ ZEND_END_ARG_INFO()
 
 static const zend_function_entry dom_functions[] = {
        PHP_FE(dom_import_simplexml, arginfo_dom_import_simplexml)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static zend_object_handlers* dom_get_obj_handlers(TSRMLS_D) {
index 88ddb3692b7b9053436e121214bf7d4341d86561..ac59518c5997778d0652fbc321a073535f978b14 100644 (file)
@@ -44,7 +44,7 @@ ZEND_END_ARG_INFO();
 
 const zend_function_entry php_dom_processinginstruction_class_functions[] = {
        PHP_ME(domprocessinginstruction, __construct, arginfo_dom_processinginstruction_construct, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void DOMProcessingInstruction::__construct(string name, [string value]); */
index 1cdc261f33216e2df98af1bf08bad97c797dc8ec..f2b4623dd3a08f2621b79b260da9705860301567 100644 (file)
@@ -47,7 +47,7 @@ ZEND_END_ARG_INFO();
 const zend_function_entry php_dom_string_extend_class_functions[] = {
        PHP_FALIAS(findOffset16, dom_string_extend_find_offset16, arginfo_dom_string_extend_find_offset16)
        PHP_FALIAS(findOffset32, dom_string_extend_find_offset32, arginfo_dom_string_extend_find_offset32)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index d0e599b8f4d0bd1fd1e930f5825e10c462e2aed7..b418345cb0778a3ff00404031332fec8fc4f1885 100644 (file)
@@ -58,7 +58,7 @@ const zend_function_entry php_dom_text_class_functions[] = {
        PHP_FALIAS(isElementContentWhitespace, dom_text_is_whitespace_in_element_content, arginfo_dom_text_is_whitespace_in_element_content)
        PHP_FALIAS(replaceWholeText, dom_text_replace_whole_text, arginfo_dom_text_replace_whole_text)
        PHP_ME(domtext, __construct, arginfo_dom_text_construct, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void DOMText::__construct([string value]); */
index 275d9d71afbcf85a7538eb3f1c3e79fd091a396c..43dc4d19716943a920225a6666401ffe2485ce1a 100644 (file)
@@ -36,7 +36,7 @@
 */
 
 const zend_function_entry php_dom_typeinfo_class_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index 4d6aa1eea5b8fce69ebe4ed4704855f962930d71..08f11620f772ae7617b0c0e137195dc1051dbd65 100644 (file)
@@ -37,7 +37,7 @@
 
 const zend_function_entry php_dom_userdatahandler_class_functions[] = {
        PHP_FALIAS(handle, dom_userdatahandler_handle, NULL)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ attribute protos, not implemented yet */
index 4999770667db7f8744544c96184814c66f0d62de..ba2b972518df0fc35216be27d65f04b753b78a96 100644 (file)
@@ -68,7 +68,7 @@ const zend_function_entry php_dom_xpath_class_functions[] = {
        PHP_FALIAS(query, dom_xpath_query, arginfo_dom_xpath_query)
        PHP_FALIAS(evaluate, dom_xpath_evaluate, arginfo_dom_xpath_evaluate)
        PHP_FALIAS(registerPhpFunctions, dom_xpath_register_php_functions, arginfo_dom_xpath_register_php_functions)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 
index 6bf319d0b9422b30d0b1f7fb5f6ff0df8510d7be..2bd2bdd66477c68f15f351b7aa670363bc94e044 100755 (executable)
@@ -146,8 +146,7 @@ function_entry enchant_functions[] = {
        PHP_FE(enchant_dict_get_error,                  arginfo_enchant_broker_free_dict)
        PHP_FE(enchant_dict_describe,                   arginfo_enchant_broker_free_dict)
        PHP_FE(enchant_dict_quick_check,                arginfo_enchant_dict_quick_check)
-
-       {NULL, NULL, NULL}      /* Must be the last line in enchant_functions[] */
+       PHP_FE_END
 };
 /* }}} */
 
index f7cea8bcfc34ec3febf3992a37b8fc1f2194401a..3680ba34a371dcb4c86722b460b69a39eafd1205 100644 (file)
@@ -59,7 +59,7 @@ const zend_function_entry ereg_functions[] = {
        PHP_DEP_FE(split,                       arginfo_split)
        PHP_DEP_FE(spliti,                      arginfo_split)
        PHP_DEP_FE(sql_regcase,         arginfo_sql_regcase)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 9458987c2e9f7c8435f8f4c2ab4f79d9391c423d..1b41bd72602d442f328d4a076b3b4960c8f0a91d 100644 (file)
@@ -144,7 +144,7 @@ const zend_function_entry exif_functions[] = {
        PHP_FE(exif_tagname, arginfo_exif_tagname)
        PHP_FE(exif_thumbnail, arginfo_exif_thumbnail)
        PHP_FE(exif_imagetype, arginfo_exif_imagetype)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 398659b8e3ced9368313655f6fcaafd587577a23..1ed82897a41e28da09ec2231e350af417919ac19 100644 (file)
@@ -172,7 +172,7 @@ zend_function_entry finfo_class_functions[] = {
        ZEND_ME_MAPPING(set_flags,      finfo_set_flags,arginfo_finfo_method_set_flags, ZEND_ACC_PUBLIC)
        ZEND_ME_MAPPING(file,           finfo_file,     arginfo_finfo_method_file, ZEND_ACC_PUBLIC)
        ZEND_ME_MAPPING(buffer,         finfo_buffer,   arginfo_finfo_method_buffer, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index a1882ea3a44ecc1ec626c83486398a2c5e87c7de..dca8743141b877245ff14213da0ac375ab12e60f 100644 (file)
@@ -128,7 +128,7 @@ static const zend_function_entry filter_functions[] = {
        PHP_FE(filter_list,             arginfo_filter_list)
        PHP_FE(filter_has_var,          arginfo_filter_has_var)
        PHP_FE(filter_id,               arginfo_filter_id)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 4f31bbd86fad2aa93c0d5c8727003c2bb490aa99..59ee074825f335a0ba4bf0c1a6b5ed9071ae2867 100644 (file)
@@ -278,7 +278,7 @@ const zend_function_entry php_ftp_functions[] = {
        PHP_FE(ftp_nb_put,                      arginfo_ftp_nb_put)
        PHP_FE(ftp_nb_fput,                     arginfo_ftp_nb_fput)
        PHP_FALIAS(ftp_quit, ftp_close, arginfo_ftp_close)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry php_ftp_module_entry = {
index 764d35e838e84b9697cfbb8be3d9b1656be24b33..ed7a2e90e90e82682c98c9f31cdb64ac2ced28af 100644 (file)
@@ -1045,7 +1045,7 @@ const zend_function_entry gd_functions[] = {
        PHP_FE(imagefilter,                                                     arginfo_imagefilter)
        PHP_FE(imageconvolution,                                                arginfo_imageconvolution)
 
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index dbdeebd96187e0add117a0bf0238e04d691e355c..0daa643d7dbb2d3110158dae19d1fbf7fa2905dd 100644 (file)
@@ -112,7 +112,7 @@ const zend_function_entry php_gettext_functions[] = {
 #if HAVE_BIND_TEXTDOMAIN_CODESET
        PHP_NAMED_FE(bind_textdomain_codeset,   zif_bind_textdomain_codeset,    arginfo_bind_textdomain_codeset)
 #endif
-    {NULL, NULL, NULL}
+    PHP_FE_END
 };
 /* }}} */
 
index d1301512f61086e43d22f66cf67b4f3c6b6c9d12..1045d5abd363d02b16ddeb11d9052323d3f46a7b 100644 (file)
@@ -280,7 +280,7 @@ const zend_function_entry gmp_functions[] = {
        ZEND_FE(gmp_popcount, arginfo_gmp_popcount)
        ZEND_FE(gmp_hamdist, arginfo_gmp_hamdist)
        ZEND_FE(gmp_nextprime, arginfo_gmp_nextprime)
-       {NULL, NULL, NULL}      /* Must be the last line in gmp_functions[] */
+       PHP_FE_END
 };
 /* }}} */
 
index da3038242770cef531061663ecc2128bcabb9542..2c005d57c1dd6a29b7e59653e75895f4e9c692cf 100644 (file)
@@ -1060,7 +1060,7 @@ const zend_function_entry hash_functions[] = {
        PHP_FE(mhash, arginfo_mhash)
 #endif
 
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 55ba4f0d5939f73d4e17adcc09678b9980589a2e..257776781a82ea06aaa5a5b1922dafbf16361985 100644 (file)
@@ -142,7 +142,7 @@ const zend_function_entry iconv_functions[] = {
        PHP_FE(iconv_mime_encode,                                               arginfo_iconv_mime_encode)
        PHP_FE(iconv_mime_decode,                                               arginfo_iconv_mime_decode)
        PHP_FE(iconv_mime_decode_headers,                               arginfo_iconv_mime_decode_headers)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index b68f0ce5a682f6e432eb160e9a93b3d8e05d9141..754f69ece6d72ee627619c81a7437ea10ec97409 100644 (file)
@@ -551,7 +551,7 @@ const zend_function_entry imap_functions[] = {
        PHP_FALIAS(imap_scan,                   imap_listscan,          arginfo_imap_listscan)
        PHP_FALIAS(imap_create,                 imap_createmailbox,     arginfo_imap_createmailbox)
        PHP_FALIAS(imap_rename,                 imap_renamemailbox,     arginfo_imap_renamemailbox)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index bc50175a233cec1e2f9d58e2574b3d47c9995236..1e1440cbd3f80f43b4b63b9e1c99e78e9de935f2 100644 (file)
@@ -441,7 +441,7 @@ const zend_function_entry ibase_functions[] = {
        PHP_FALIAS(fbird_wait_event,    ibase_wait_event,       arginfo_ibase_wait_event)
        PHP_FALIAS(fbird_set_event_handler,     ibase_set_event_handler,        arginfo_ibase_set_event_handler)
        PHP_FALIAS(fbird_free_event_handler,    ibase_free_event_handler, arginfo_ibase_free_event_handler)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry ibase_module_entry = {
index 109730157e183b926359b798f1d4337f1a42f32d..dc6c0fffa35d610a0c255756912f108a9362af60 100755 (executable)
@@ -487,7 +487,7 @@ zend_function_entry intl_functions[] = {
        PHP_FE( intl_is_failure, intl_1_arg )
        PHP_FE( intl_error_name, intl_1_arg )
 
-       { NULL, NULL, NULL }
+       PHP_FE_END
 };
 /* }}} */
 
index 5d3e44198059613bf9cace911a86b0e9de4e6ab8..4e8fd759d45d2ba8a6e4884d54389f2eb8df0c89 100644 (file)
@@ -60,7 +60,7 @@ static const function_entry json_functions[] = {
        PHP_FE(json_encode, arginfo_json_encode)
        PHP_FE(json_decode, arginfo_json_decode)
        PHP_FE(json_last_error, arginfo_json_last_error)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 4f80577da69f4264252b8d28cbc9c6ddf7c29d19..d0af4dedd6ab5e760514e76e0f7e9d26369d9070 100644 (file)
@@ -2506,7 +2506,7 @@ const zend_function_entry ldap_functions[] = {
        PHP_FE(ldap_8859_to_t61,                                                        arginfo_ldap_8859_to_t61)
 #endif
 
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 6888aa5d0106be94c0fb28ea8b29a8815b5f03d1..512cb34acbbde84ed044af3c1148a266e6844776 100644 (file)
@@ -119,7 +119,7 @@ static const zend_function_entry libxml_functions[] = {
        PHP_FE(libxml_clear_errors, arginfo_libxml_clear_errors)
        PHP_FE(libxml_get_errors, arginfo_libxml_get_errors)
        PHP_FE(libxml_disable_entity_loader, arginfo_libxml_disable_entity_loader)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry libxml_module_entry = {
index 30b5f301e4126a6cf8c221441500cd8ecf64a8e8..72efcca009ee483f8222d7cad794c386764e65cd 100644 (file)
@@ -557,7 +557,7 @@ const zend_function_entry mbstring_functions[] = {
 #if HAVE_MBREGEX
        PHP_MBREGEX_FUNCTION_ENTRIES
 #endif
-       { NULL, NULL, NULL }
+       PHP_FE_END
 };
 /* }}} */
 
index 609dac1d5fb2197bafc34f1764f6a33bcae23c1c..3eaa168c3345d77b98e33b9ede090eea2cc12364 100644 (file)
@@ -280,7 +280,7 @@ const zend_function_entry mcrypt_functions[] = { /* {{{ */
        PHP_FE(mcrypt_module_get_supported_key_sizes,   arginfo_mcrypt_module_get_supported_key_sizes)
 
        PHP_FE(mcrypt_module_close,                                     arginfo_mcrypt_module_close)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index a60952bfb5d792d484b0ad11ba17ec102cc2de8d..10a83dc427fe80956a2f9c129c68dcd9ff46f522 100644 (file)
@@ -178,7 +178,7 @@ const zend_function_entry mssql_functions[] = {
        PHP_FE(mssql_execute,                           arginfo_mssql_execute)
        PHP_FE(mssql_free_statement,            arginfo_mssql_free_statement)
        PHP_FE(mssql_guid_string,                       arginfo_mssql_guid_string)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 482cb4dda06043eeff88883565004216afc06893..f818f40a9da6297a1340d19c33589708c9f6b2c1 100644 (file)
@@ -320,7 +320,7 @@ static const zend_function_entry mysql_functions[] = {
        PHP_FALIAS(mysql_dbname,                mysql_result,           arginfo_mysql_result)
        PHP_FALIAS(mysql_tablename,             mysql_result,           arginfo_mysql_result)
        PHP_FALIAS(mysql_table_name,    mysql_result,           arginfo_mysql_result)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index fcd05133a4140e1882e1ef3a48ca43276395f8b8..9ca397c26f98abc47e0bf494e1c89d9463254a08 100644 (file)
@@ -468,7 +468,7 @@ const zend_function_entry mysqli_functions[] = {
        PHP_FALIAS(mysqli_send_long_data,       mysqli_stmt_send_long_data,     NULL)
        PHP_FALIAS(mysqli_set_opt,                      mysqli_options,                         NULL)
 
-       {NULL, NULL, NULL}      /* Must be the last line in mysqli_functions[] */
+       PHP_FE_END
 };
 /* }}} */
 
index be7a297281b3b5aaf25ae04a88b1e5a5b446114a..1c0c949fc6e70da568d3c3db4771f642618c9f47 100644 (file)
@@ -31,7 +31,7 @@
  * Every user visible function must have an entry in mysqlnd_functions[].
  */
 static zend_function_entry mysqlnd_functions[] = {
-       {NULL, NULL, NULL}      /* Must be the last line in mysqlnd_functions[] */
+       PHP_FE_END
 };
 /* }}} */
 
index 13713d10ea6af9d0470328e6cdff0f48572b5382..9417dec0d9e972453466d2d43e60561ab6f33e62 100644 (file)
@@ -937,7 +937,7 @@ zend_function_entry php_oci_functions[] = {
        PHP_FALIAS(ocicollsize,                 oci_collection_size,    arginfo_oci_collection_size)
        PHP_FALIAS(ocicollmax,                  oci_collection_max,             arginfo_oci_collection_max)
        PHP_FALIAS(ocicolltrim,                 oci_collection_trim,    arginfo_oci_collection_trim)
-       {NULL,NULL,NULL}
+       PHP_FE_END
 };
 
 static
@@ -968,7 +968,7 @@ zend_function_entry php_oci_lob_class_functions[] = {
        PHP_FALIAS(save,                oci_lob_save,                   arginfo_oci_lob_save_method)
        PHP_FALIAS(savefile,    oci_lob_import,                 arginfo_oci_lob_import_method)
        PHP_FALIAS(free,                oci_free_descriptor,    arginfo_oci_free_descriptor_method)
-       {NULL,NULL,NULL}
+       PHP_FE_END
 };
 
 static
@@ -985,7 +985,7 @@ zend_function_entry php_oci_coll_class_functions[] = {
        PHP_FALIAS(max,                   oci_collection_max,                           arginfo_oci_collection_max_method)
        PHP_FALIAS(trim,                  oci_collection_trim,                          arginfo_oci_collection_trim_method)
        PHP_FALIAS(free,                  oci_free_collection,                          arginfo_oci_collection_free_method)
-       {NULL,NULL,NULL}
+       PHP_FE_END
 };
 
 zend_module_entry oci8_module_entry = {
index 5a1255b1212a2a9cc446fbbbb06f9ecc9a5c7989..b439c7028d497ee8ae32a793eac9ea6f224369dd 100644 (file)
@@ -383,7 +383,7 @@ const zend_function_entry odbc_functions[] = {
 #endif
        PHP_FALIAS(odbc_do, odbc_exec, arginfo_odbc_exec)
        PHP_FALIAS(odbc_field_precision, odbc_field_len, arginfo_odbc_field_len)
-       { NULL, NULL, NULL }
+       PHP_FE_END
 };
 /* }}} */
 
index 66136bd25f234abd1594657ea90d04ed7bc4412f..80cecf06790433f9b9ab07628a53826e9a100550 100644 (file)
@@ -439,7 +439,7 @@ const zend_function_entry openssl_functions[] = {
 
        PHP_FE(openssl_random_pseudo_bytes,    arginfo_openssl_random_pseudo_bytes)
        PHP_FE(openssl_error_string, arginfo_openssl_error_string)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index d07b9ea047b0ead234708618aa853d8768603d32..228de187ed3c01177173fe79c2cebf11c69536dd 100755 (executable)
@@ -172,7 +172,7 @@ const zend_function_entry pcntl_functions[] = {
        PHP_FE(pcntl_sigwaitinfo,       arginfo_pcntl_sigwaitinfo)
        PHP_FE(pcntl_sigtimedwait,      arginfo_pcntl_sigtimedwait)
 #endif
-       {NULL, NULL, NULL}      
+       PHP_FE_END
 };
 
 zend_module_entry pcntl_module_entry = {
index 24fde975452f53228ed41d7f97e0d3f7c7086f60..7989d1cfd807747766a1671c24102fe4fad8e8cc 100644 (file)
@@ -1894,7 +1894,7 @@ static const zend_function_entry pcre_functions[] = {
        PHP_FE(preg_quote,                              arginfo_preg_quote)
        PHP_FE(preg_grep,                               arginfo_preg_grep)
        PHP_FE(preg_last_error,                 arginfo_preg_last_error)
-       {NULL,          NULL,                           NULL}
+       PHP_FE_END
 };
 
 zend_module_entry pcre_module_entry = {
index f83d304dec83f4806d66ef971ed112c68fd09da9..1604d51858fa4b77c469c9e3e51663be8fd23311 100755 (executable)
@@ -125,7 +125,7 @@ ZEND_END_ARG_INFO()
 /* {{{ pdo_functions[] */
 const zend_function_entry pdo_functions[] = {
        PHP_FE(pdo_drivers,             arginfo_pdo_drivers)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 531a569ecc691ea8c5cdd6aff852bb753cea73bd..278c1985a1c014350c9f7a577fdb364136e30eac 100644 (file)
@@ -36,7 +36,7 @@ ZEND_DECLARE_MODULE_GLOBALS(dblib)
 static PHP_GINIT_FUNCTION(dblib);
 
 const zend_function_entry pdo_dblib_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 #if ZEND_MODULE_API_NO >= 20050922
index a732ff9960757acf76c2658b7eb8363f6a287318..6459c70364d0d98a36e6b6b2f82f0503b64aa1ad 100644 (file)
@@ -31,7 +31,7 @@
 #include "php_pdo_firebird_int.h"
 
 const zend_function_entry pdo_firebird_functions[] = { /* {{{ */
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 831676fcd207661a78de480cdaec119e9b6135b1..5fdab6ba942b75562a0911e8b8ccbacb6e18ae9b 100755 (executable)
@@ -170,7 +170,7 @@ static PHP_GINIT_FUNCTION(pdo_mysql)
 
 /* {{{ pdo_mysql_functions[] */
 const zend_function_entry pdo_mysql_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 2fbfc318465ebeede0facf814ba23661f8ae3257..78539761b7018809fd8324f2e681b6a013f12f25 100755 (executable)
@@ -32,7 +32,7 @@
 
 /* {{{ pdo_oci_functions[] */
 const zend_function_entry pdo_oci_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index fd0db178501197f2bb5a307404da2fa5e1918340..446822d5cd90e96b74ba104739ae50a8ab5c4a4f 100644 (file)
@@ -975,7 +975,7 @@ static const zend_function_entry dbh_methods[] = {
        PHP_ME(PDO, pgsqlCopyFromFile, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(PDO, pgsqlCopyToArray, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(PDO, pgsqlCopyToFile, NULL, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC)
index 053ae3bddf5f8e3d8e4b2f0f8e85e772d9d278a2..c9a514a41bd84412c98bb31ec93f917492703ef1 100644 (file)
@@ -35,7 +35,7 @@
 
 /* {{{ pdo_sqlite_functions[] */
 const zend_function_entry pdo_sqlite_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 7898bcbe4dd95fc8552f2a935217a7fe39927dba..ee50f5daa70fa6986915376394fafc0c8d985442 100644 (file)
@@ -593,7 +593,7 @@ static PHP_METHOD(SQLite, sqliteCreateAggregate)
 static const zend_function_entry dbh_methods[] = {
        PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC)
index 77b13743f8487309d9fe113580732433a929886f..e01816cc5b44ff5942b4833580757ef3009ed802 100644 (file)
@@ -697,7 +697,7 @@ const zend_function_entry pgsql_functions[] = {
        PHP_FALIAS(pg_clientencoding,           pg_client_encoding,             arginfo_pg_client_encoding)
        PHP_FALIAS(pg_setclientencoding,        pg_set_client_encoding, arginfo_pg_set_client_encoding)
 #endif
-       {NULL, NULL, NULL} 
+       PHP_FE_END
 };
 /* }}} */
 
index 9026be202df3ed5ec3bb1bfd7be2213bc79b58d5..1c5e6783e545987f886d8ca1e83ed68191b24f18 100644 (file)
@@ -3292,8 +3292,8 @@ ZEND_GET_MODULE(phar)
  *
  * Every user visible function must have an entry in phar_functions[].
  */
-function_entry phar_functions[] = {
-       {NULL, NULL, NULL} /* Must be the last line in phar_functions[] */
+zend_function_entry phar_functions[] = {
+       PHP_FE_END
 };
 /* }}}*/
 
index 06f8bebf184ffd5691a4086945e22a9e8324f910..644b45860fd8f86668b3c1d8d9261d517cc0b75f 100644 (file)
@@ -1144,7 +1144,7 @@ PHP_METHOD(Phar, loadPhar)
        RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &error TSRMLS_CC) == SUCCESS);
 
        if (error) {
-               zend_throw_exception_ex(phar_ce_PharException, 0 TSRMLS_CC, "%s", error);
+               zend_throw_exception_ex(phar_ce_PharException, 0 TSRMLS_CC, error);
                efree(error);
        }
 } /* }}} */
@@ -5484,7 +5484,7 @@ zend_function_entry php_archive_methods[] = {
        PHP_ME(Phar, mungServer,            arginfo_phar_mungServer,   ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
        PHP_ME(Phar, unlinkArchive,         arginfo_phar_ua,           ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
        PHP_ME(Phar, webPhar,               arginfo_phar_webPhar,      ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 #if HAVE_SPL
@@ -5514,12 +5514,12 @@ zend_function_entry php_entry_methods[] = {
        PHP_ME(PharFileInfo, isCompressed,       arginfo_phar_compo,         ZEND_ACC_PUBLIC)
        PHP_ME(PharFileInfo, isCRCChecked,       arginfo_phar__void,         ZEND_ACC_PUBLIC)
        PHP_ME(PharFileInfo, setMetadata,        arginfo_phar_setMetadata,   ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 #endif /* HAVE_SPL */
 
 zend_function_entry phar_exception_methods[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index d6dc27480ff57f0580fd5289a4fe4fac9fd4adfb..2f580c2a6f5fd5fffa1c17740e827048b84f321c 100644 (file)
@@ -301,7 +301,7 @@ const zend_function_entry posix_functions[] = {
        PHP_FE(posix_initgroups,        arginfo_posix_initgroups)
 #endif
 
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 65087152f07ab6d5a1337f7cdb7c1b37d1fd380e..81ef4bc869265da27ed8f59e230b8b1a9c4f3d72 100644 (file)
@@ -198,7 +198,7 @@ static const zend_function_entry pspell_functions[] = {
        PHP_FE(pspell_config_data_dir,          arginfo_pspell_config_data_dir)
        PHP_FE(pspell_config_repl,                      arginfo_pspell_config_repl)
        PHP_FE(pspell_config_save_repl,         arginfo_pspell_config_save_repl)
-       {NULL, NULL, NULL} 
+       PHP_FE_END
 };
 /* }}} */
 
index e9901bf7a14d6eef978f08ec43fa570e99c6a6dc..cf80e0cd7b5a6ce67ae27b709f538af89d02ff5a 100644 (file)
@@ -143,7 +143,7 @@ static const zend_function_entry php_readline_functions[] = {
        PHP_FE(readline_redisplay, arginfo_readline_redisplay)
        PHP_FE(readline_on_new_line, arginfo_readline_on_new_line)
 #endif
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry readline_module_entry = { 
index 747df23b95a43061a0e683433a6397cddf434f7e..5b82b3fd62a8011b039ac1f2e9af34b2840f1a29 100644 (file)
@@ -84,7 +84,7 @@ static const zend_function_entry php_recode_functions[] = {
        PHP_FE(recode_string,   arginfo_recode_string)
        PHP_FE(recode_file,     arginfo_recode_file)
        PHP_FALIAS(recode, recode_string, arginfo_recode_string)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry recode_module_entry = {
index 3fa0fe258a71fb765c9ce978bbd2abb39c3871a7..caeabb6d6ed079c1c00daa26bf157b8d00f449db 100644 (file)
@@ -5067,7 +5067,7 @@ ZEND_METHOD(reflection_extension, info)
 
 /* {{{ method tables */
 static const zend_function_entry reflection_exception_functions[] = {
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO(arginfo_reflection__void, 0)
@@ -5086,13 +5086,13 @@ ZEND_END_ARG_INFO()
 static const zend_function_entry reflection_functions[] = {
        ZEND_ME(reflection, getModifierNames, arginfo_reflection_getModifierNames, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
        ZEND_ME(reflection, export, arginfo_reflection_export, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry reflector_functions[] = {
        ZEND_FENTRY(export, NULL, NULL, ZEND_ACC_STATIC|ZEND_ACC_ABSTRACT|ZEND_ACC_PUBLIC)
        ZEND_ABSTRACT_ME(reflector, __toString, arginfo_reflection__void)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_function_export, 0, 0, 1)
@@ -5134,7 +5134,7 @@ static const zend_function_entry reflection_function_abstract_functions[] = {
        ZEND_ME(reflection_function, getStartLine, arginfo_reflection__void, 0)
        ZEND_ME(reflection_function, getStaticVariables, arginfo_reflection__void, 0)
        ZEND_ME(reflection_function, returnsReference, arginfo_reflection__void, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry reflection_function_functions[] = {
@@ -5144,7 +5144,7 @@ static const zend_function_entry reflection_function_functions[] = {
        ZEND_ME(reflection_function, isDisabled, arginfo_reflection__void, 0)
        ZEND_ME(reflection_function, invoke, arginfo_reflection_function_invoke, 0)
        ZEND_ME(reflection_function, invokeArgs, arginfo_reflection_function_invokeArgs, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_method_export, 0, 0, 2)
@@ -5190,7 +5190,7 @@ static const zend_function_entry reflection_method_functions[] = {
        ZEND_ME(reflection_method, getDeclaringClass, arginfo_reflection__void, 0)
        ZEND_ME(reflection_method, getPrototype, arginfo_reflection__void, 0)
        ZEND_ME(reflection_property, setAccessible, arginfo_reflection_method_setAccessible, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 
@@ -5310,7 +5310,7 @@ static const zend_function_entry reflection_class_functions[] = {
        ZEND_ME(reflection_class, inNamespace, arginfo_reflection__void, 0)
        ZEND_ME(reflection_class, getNamespaceName, arginfo_reflection__void, 0)
        ZEND_ME(reflection_class, getShortName, arginfo_reflection__void, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 
@@ -5326,7 +5326,7 @@ ZEND_END_ARG_INFO()
 static const zend_function_entry reflection_object_functions[] = {
        ZEND_ME(reflection_object, export, arginfo_reflection_object_export, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC)
        ZEND_ME(reflection_object, __construct, arginfo_reflection_object___construct, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 
@@ -5371,7 +5371,7 @@ static const zend_function_entry reflection_property_functions[] = {
        ZEND_ME(reflection_property, getDeclaringClass, arginfo_reflection__void, 0)
        ZEND_ME(reflection_property, getDocComment, arginfo_reflection__void, 0)
        ZEND_ME(reflection_property, setAccessible, arginfo_reflection_property_setAccessible, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_parameter_export, 0, 0, 2)
@@ -5401,7 +5401,7 @@ static const zend_function_entry reflection_parameter_functions[] = {
        ZEND_ME(reflection_parameter, isOptional, arginfo_reflection__void, 0)
        ZEND_ME(reflection_parameter, isDefaultValueAvailable, arginfo_reflection__void, 0)
        ZEND_ME(reflection_parameter, getDefaultValue, arginfo_reflection__void, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_extension_export, 0, 0, 1)
@@ -5427,12 +5427,12 @@ static const zend_function_entry reflection_extension_functions[] = {
        ZEND_ME(reflection_extension, getClassNames, arginfo_reflection__void, 0)
        ZEND_ME(reflection_extension, getDependencies, arginfo_reflection__void, 0)
        ZEND_ME(reflection_extension, info, arginfo_reflection__void, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
 const zend_function_entry reflection_ext_functions[] = { /* {{{ */
-       {NULL, NULL, NULL}
+       PHP_FE_END
 }; /* }}} */
 
 static zend_object_handlers *zend_std_obj_handlers;
index 4031319e8d05a084a23d6fa4872dc748763e6b62..287ffb073bed02b249460749c869d25e5e1ed0a6 100644 (file)
@@ -2119,7 +2119,7 @@ static const zend_function_entry session_functions[] = {
        PHP_FE(session_get_cookie_params, arginfo_session_void)
        PHP_FE(session_write_close,       arginfo_session_void)
        PHP_FALIAS(session_commit, session_write_close, arginfo_session_void)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 7661bada69c458ac0bdf13ecc897a8150c07ea17..050ed37df6bbbf7e19894b269868e4a7afe49795 100644 (file)
@@ -87,7 +87,7 @@ const zend_function_entry shmop_functions[] = {
        PHP_FE(shmop_size,              arginfo_shmop_size)
        PHP_FE(shmop_write,     arginfo_shmop_write)
        PHP_FE(shmop_delete,    arginfo_shmop_delete)
-       {NULL, NULL, NULL}      /* Must be the last line in shmop_functions[] */
+       PHP_FE_END
 };
 /* }}} */
 
index 49498aa70fc051abef04050754dcbbde3290b6c0..f87d8d74ed0c0b5a27bf5ec56fb30a30455c0cf7 100644 (file)
@@ -2516,7 +2516,7 @@ const zend_function_entry simplexml_functions[] = { /* {{{ */
        PHP_FE(simplexml_load_file,     arginfo_simplexml_load_file)
        PHP_FE(simplexml_load_string,   arginfo_simplexml_load_string)
        PHP_FE(simplexml_import_dom,    arginfo_simplexml_import_dom)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
@@ -2563,7 +2563,7 @@ static const zend_function_entry sxe_functions[] = { /* {{{ */
        SXE_ME(addAttribute,           arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
        SXE_ME(__toString,             arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
        SXE_ME(count,                  arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 42685757da8adda21b1f709574f96f7bf7164915..920354a066021b92b0e0a45621ae967eb663f9fe 100644 (file)
@@ -23,7 +23,7 @@ static int le_extname;
 const zend_function_entry extname_functions[] = {
        PHP_FE(confirm_extname_compiled,        NULL)           /* For testing, remove later. */
        /* __function_entries_here__ */
-       {NULL, NULL, NULL}      /* Must be the last line in extname_functions[] */
+       PHP_FE_END      /* Must be the last line in extname_functions[] */
 };
 /* }}} */
 
index f231a567bfdb7469b2576e0b0f38995547f10e87..491b0104a51465540b6175f5e898bd4a7f568db4 100644 (file)
@@ -331,7 +331,7 @@ const zend_function_entry snmp_functions[] = {
        PHP_FE(snmp_get_valueretrieval, arginfo_snmp_get_valueretrieval)
 
        PHP_FE(snmp_read_mib,                   arginfo_snmp_read_mib)
-       {NULL,NULL,NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 097d6f0b1a49a31b458a955cbd05b7046033914a..13a7b9e9f284ec9589550cefdf186167e30436ff 100644 (file)
@@ -460,7 +460,7 @@ unsigned char arginfo_soapclient___soapcall[] = { 5, BYREF_NONE, BYREF_NONE, BYR
 static const zend_function_entry soap_functions[] = {
        PHP_FE(use_soap_error_handler,  arginfo_soap_use_soap_error_handler)
        PHP_FE(is_soap_fault,                   arginfo_soap_is_soap_fault)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry soap_fault_functions[] = {
@@ -468,7 +468,7 @@ static const zend_function_entry soap_fault_functions[] = {
 #ifdef ZEND_ENGINE_2
        PHP_ME(SoapFault, __toString, arginfo_soap__void, 0)
 #endif
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry soap_server_functions[] = {
@@ -481,7 +481,7 @@ static const zend_function_entry soap_server_functions[] = {
        PHP_ME(SoapServer, handle,                      arginfo_soapserver_handle, 0)
        PHP_ME(SoapServer, fault,                       arginfo_soapserver_fault, 0)
        PHP_ME(SoapServer, addSoapHeader,       arginfo_soapserver_addsoapheader, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry soap_client_functions[] = {
@@ -498,22 +498,22 @@ static const zend_function_entry soap_client_functions[] = {
        PHP_ME(SoapClient, __setCookie,                                 arginfo_soapclient___setcookie, 0)
        PHP_ME(SoapClient, __setLocation,                               arginfo_soapclient___setlocation, 0)
        PHP_ME(SoapClient, __setSoapHeaders,                    arginfo_soapclient___setsoapheaders, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry soap_var_functions[] = {
        SOAP_CTOR(SoapVar, SoapVar, arginfo_soapvar_soapvar, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry soap_param_functions[] = {
        SOAP_CTOR(SoapParam, SoapParam, arginfo_soapparam_soapparam, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry soap_header_functions[] = {
        SOAP_CTOR(SoapHeader, SoapHeader, arginfo_soapheader_soapheader, 0)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry soap_module_entry = {
index 994b83a0565fdaa3965eaa071b999d00844181c5..eb0db1e5c89fb4c12705ab0e430c4b9175d1a1d3 100644 (file)
@@ -300,7 +300,7 @@ const zend_function_entry sockets_functions[] = {
        PHP_FALIAS(socket_getopt, socket_get_option, arginfo_socket_get_option)
        PHP_FALIAS(socket_setopt, socket_set_option, arginfo_socket_set_option)
 
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 2eef239c3763511c4be05ed00e9c617ffcb4ef64..8ba85cb8f7d2cb5aeac37b34079ffe561b492e0c 100755 (executable)
@@ -877,7 +877,7 @@ const zend_function_entry spl_functions[] = {
        PHP_FE(iterator_count,          arginfo_iterator)
        PHP_FE(iterator_apply,          arginfo_iterator_apply)
 #endif /* SPL_ITERATORS_H */
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index c1aa32b48a6191162e07fa7174e991f2e0e7d671..a12d46297e84996fffd15d194ad3ffad2ccacb89 100755 (executable)
@@ -1929,7 +1929,7 @@ static const zend_function_entry spl_funcs_ArrayObject[] = {
        SPL_ME(Array, exchangeArray,    arginfo_array_exchangeArray,    ZEND_ACC_PUBLIC)
        SPL_ME(Array, setIteratorClass, arginfo_array_setIteratorClass, ZEND_ACC_PUBLIC)
        SPL_ME(Array, getIteratorClass, arginfo_array_void,             ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry spl_funcs_ArrayIterator[] = {
@@ -1958,13 +1958,13 @@ static const zend_function_entry spl_funcs_ArrayIterator[] = {
        SPL_ME(Array, next,             arginfo_array_void,             ZEND_ACC_PUBLIC)
        SPL_ME(Array, valid,            arginfo_array_void,             ZEND_ACC_PUBLIC)
        SPL_ME(Array, seek,             arginfo_array_seek,             ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry spl_funcs_RecursiveArrayIterator[] = {
        SPL_ME(Array, hasChildren,   arginfo_array_void, ZEND_ACC_PUBLIC)
        SPL_ME(Array, getChildren,   arginfo_array_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 74efc0232d4972d3da22783581ea913a75f20b06..bba1922c0786a4a20bb4fcf3ec9037eb3bfed3bb 100755 (executable)
@@ -1927,7 +1927,7 @@ static const zend_function_entry spl_SplFileInfo_functions[] = {
        SPL_ME(SplFileInfo,       setInfoClass,  arginfo_info_optinalFileClass, ZEND_ACC_PUBLIC)
        SPL_ME(SplFileInfo,       _bad_state_ex, NULL,                                                  ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
        SPL_MA(SplFileInfo,       __toString, SplFileInfo, getPathname, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO(arginfo_dir___construct, 0) 
@@ -1953,7 +1953,7 @@ static const zend_function_entry spl_DirectoryIterator_functions[] = {
        SPL_ME(DirectoryIterator, next,          arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
        SPL_ME(DirectoryIterator, seek,          arginfo_dir_it_seek, ZEND_ACC_PUBLIC)
        SPL_MA(DirectoryIterator, __toString, DirectoryIterator, getFilename, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_r_dir___construct, 0, 0, 1) 
@@ -1977,7 +1977,7 @@ static const zend_function_entry spl_FilesystemIterator_functions[] = {
        SPL_ME(FilesystemIterator, current,       arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
        SPL_ME(FilesystemIterator, getFlags,      arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
        SPL_ME(FilesystemIterator, setFlags,      arginfo_r_dir_setFlags, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry spl_RecursiveDirectoryIterator_functions[] = {
@@ -1986,14 +1986,14 @@ static const zend_function_entry spl_RecursiveDirectoryIterator_functions[] = {
        SPL_ME(RecursiveDirectoryIterator, getChildren,   arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveDirectoryIterator, getSubPath,    arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveDirectoryIterator, getSubPathname,arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 #ifdef HAVE_GLOB
 static const zend_function_entry spl_GlobIterator_functions[] = {
        SPL_ME(GlobIterator, __construct,   arginfo_r_dir___construct, ZEND_ACC_PUBLIC)
        SPL_ME(GlobIterator, count,         arginfo_splfileinfo_void,  ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 #endif
 /* }}} */
@@ -2908,7 +2908,7 @@ static const zend_function_entry spl_SplFileObject_functions[] = {
        /* mappings */
        SPL_MA(SplFileObject, getCurrentLine, SplFileObject, fgets,      arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
        SPL_MA(SplFileObject, __toString,     SplFileObject, current,    arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_temp_file_object___construct, 0, 0, 0)
@@ -2917,7 +2917,7 @@ ZEND_END_ARG_INFO()
 
 static const zend_function_entry spl_SplTempFileObject_functions[] = {
        SPL_ME(SplTempFileObject, __construct, arginfo_temp_file_object___construct,  ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index dcd06cbd233431ccb564c2e822c7ccfbb2b4eba6..036418a85cce7e0af0a6d41a7f3f69cca7ff23c1 100644 (file)
@@ -1191,7 +1191,7 @@ ZEND_END_ARG_INFO()
 static const zend_function_entry spl_funcs_SplQueue[] = {
        SPL_MA(SplQueue, enqueue, SplDoublyLinkedList, push,  arginfo_dllist_push, ZEND_ACC_PUBLIC)
        SPL_MA(SplQueue, dequeue, SplDoublyLinkedList, shift, arginfo_dllist_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry spl_funcs_SplDoublyLinkedList[] = {
@@ -1215,7 +1215,7 @@ static const zend_function_entry spl_funcs_SplDoublyLinkedList[] = {
        SPL_ME(SplDoublyLinkedList, next,            arginfo_dllist_void,            ZEND_ACC_PUBLIC)
        SPL_ME(SplDoublyLinkedList, prev,            arginfo_dllist_void,            ZEND_ACC_PUBLIC)
        SPL_ME(SplDoublyLinkedList, valid,           arginfo_dllist_void,            ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index c61f06bc084c3367eccdd9a7d3f03054df14ab09..270579e3fab202cbee8fa20227f39628436a9a72 100644 (file)
@@ -1073,7 +1073,7 @@ static zend_function_entry spl_funcs_SplFixedArray[] = { /* {{{ */
        SPL_ME(SplFixedArray, key,             arginfo_splfixedarray_void,     ZEND_ACC_PUBLIC)
        SPL_ME(SplFixedArray, next,            arginfo_splfixedarray_void,     ZEND_ACC_PUBLIC)
        SPL_ME(SplFixedArray, valid,           arginfo_splfixedarray_void,     ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 1b911b591d0e8f0bbf750f054babf91b3721218a..08650a0b604e04401ba11a09a2b1ab4e35676e78 100755 (executable)
@@ -67,7 +67,7 @@ ZEND_END_ARG_INFO()
 const zend_function_entry spl_funcs_RecursiveIterator[] = {
        SPL_ABSTRACT_ME(RecursiveIterator, hasChildren,  arginfo_recursive_it_void)
        SPL_ABSTRACT_ME(RecursiveIterator, getChildren,  arginfo_recursive_it_void)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 typedef enum {
@@ -976,7 +976,7 @@ static const zend_function_entry spl_funcs_RecursiveIteratorIterator[] = {
        SPL_ME(RecursiveIteratorIterator, nextElement,       arginfo_recursive_it_void,           ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveIteratorIterator, setMaxDepth,       arginfo_recursive_it_setMaxDepth,    ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveIteratorIterator, getMaxDepth,       arginfo_recursive_it_void,           ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static void spl_recursive_tree_iterator_get_prefix(spl_recursive_it_object *object, zval *return_value TSRMLS_DC)
@@ -1254,7 +1254,7 @@ static const zend_function_entry spl_funcs_RecursiveTreeIterator[] = {
        SPL_ME(RecursiveTreeIterator,     setPrefixPart,     arginfo_recursive_tree_it_setPrefixPart, ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveTreeIterator,     getEntry,          arginfo_recursive_it_void,               ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveTreeIterator,     getPostfix,        arginfo_recursive_it_void,               ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 #if MBO_0
@@ -2189,7 +2189,7 @@ static const zend_function_entry spl_funcs_FilterIterator[] = {
        SPL_ME(FilterIterator,  next,             arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(dual_it,         getInnerIterator, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ABSTRACT_ME(FilterIterator, accept,   arginfo_recursive_it_void)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO(arginfo_parent_it___construct, 0) 
@@ -2200,13 +2200,13 @@ static const zend_function_entry spl_funcs_RecursiveFilterIterator[] = {
        SPL_ME(RecursiveFilterIterator,  __construct,      arginfo_parent_it___construct, ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveFilterIterator,  hasChildren,      arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveFilterIterator,  getChildren,      arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry spl_funcs_ParentIterator[] = {
        SPL_ME(ParentIterator,  __construct,      arginfo_parent_it___construct, ZEND_ACC_PUBLIC)
        SPL_MA(ParentIterator,  accept,           RecursiveFilterIterator, hasChildren, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 #if HAVE_PCRE || HAVE_BUNDLED_PCRE
@@ -2239,7 +2239,7 @@ static const zend_function_entry spl_funcs_RegexIterator[] = {
        SPL_ME(RegexIterator,   setFlags,         arginfo_regex_it_set_flags,      ZEND_ACC_PUBLIC)
        SPL_ME(RegexIterator,   getPregFlags,     arginfo_recursive_it_void,       ZEND_ACC_PUBLIC)
        SPL_ME(RegexIterator,   setPregFlags,     arginfo_regex_it_set_preg_flags, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_rec_regex_it___construct, 0, 0, 2) 
@@ -2254,7 +2254,7 @@ static const zend_function_entry spl_funcs_RecursiveRegexIterator[] = {
        SPL_ME(RecursiveRegexIterator,  __construct,      arginfo_rec_regex_it___construct, ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveFilterIterator, hasChildren,      arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveRegexIterator,  getChildren,      arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 #endif
 
@@ -2383,7 +2383,7 @@ ZEND_END_ARG_INFO();
 
 static const zend_function_entry spl_funcs_SeekableIterator[] = {
        SPL_ABSTRACT_ME(SeekableIterator, seek, arginfo_seekable_it_seek)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_limit_it___construct, 0, 0, 1) 
@@ -2406,7 +2406,7 @@ static const zend_function_entry spl_funcs_LimitIterator[] = {
        SPL_ME(LimitIterator,   seek,             arginfo_limit_it_seek, ZEND_ACC_PUBLIC)
        SPL_ME(LimitIterator,   getPosition,      arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(dual_it,         getInnerIterator, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static inline int spl_caching_it_valid(spl_dual_it_object *intern TSRMLS_DC)
@@ -2837,7 +2837,7 @@ static const zend_function_entry spl_funcs_CachingIterator[] = {
        SPL_ME(CachingIterator, offsetExists,     arginfo_caching_it_offsetGet,   ZEND_ACC_PUBLIC)
        SPL_ME(CachingIterator, getCache,         arginfo_recursive_it_void,      ZEND_ACC_PUBLIC)
        SPL_ME(CachingIterator, count,            arginfo_recursive_it_void,      ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void RecursiveCachingIterator::__construct(RecursiveIterator it [, flags = CIT_CALL_TOSTRING])
@@ -2890,7 +2890,7 @@ static const zend_function_entry spl_funcs_RecursiveCachingIterator[] = {
        SPL_ME(RecursiveCachingIterator, __construct,   arginfo_caching_rec_it___construct, ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveCachingIterator, hasChildren,   arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(RecursiveCachingIterator, getChildren,   arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void IteratorIterator::__construct(Traversable it)
@@ -2912,7 +2912,7 @@ static const zend_function_entry spl_funcs_IteratorIterator[] = {
        SPL_ME(dual_it,          current,          arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(dual_it,          next,             arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(dual_it,          getInnerIterator, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void NoRewindIterator::__construct(Iterator it)
@@ -3021,7 +3021,7 @@ static const zend_function_entry spl_funcs_NoRewindIterator[] = {
        SPL_ME(NoRewindIterator, current,          arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(NoRewindIterator, next,             arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(dual_it,          getInnerIterator, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void InfiniteIterator::__construct(Iterator it)
@@ -3057,7 +3057,7 @@ SPL_METHOD(InfiniteIterator, next)
 static const zend_function_entry spl_funcs_InfiniteIterator[] = {
        SPL_ME(InfiniteIterator, __construct,      arginfo_norewind_it___construct, ZEND_ACC_PUBLIC)
        SPL_ME(InfiniteIterator, next,             arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ proto void EmptyIterator::rewind()
@@ -3114,7 +3114,7 @@ static const zend_function_entry spl_funcs_EmptyIterator[] = {
        SPL_ME(EmptyIterator, key,              arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(EmptyIterator, current,          arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(EmptyIterator, next,             arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 int spl_append_it_next_iterator(spl_dual_it_object *intern TSRMLS_DC) /* {{{*/
@@ -3292,7 +3292,7 @@ static const zend_function_entry spl_funcs_AppendIterator[] = {
        SPL_ME(dual_it,        getInnerIterator, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(AppendIterator, getIteratorIndex, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
        SPL_ME(AppendIterator, getArrayIterator, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 PHPAPI int spl_iterator_apply(zval *obj, spl_iterator_apply_func_t apply_func, void *puser TSRMLS_DC)
@@ -3484,12 +3484,12 @@ PHP_FUNCTION(iterator_apply)
 
 static const zend_function_entry spl_funcs_OuterIterator[] = {
        SPL_ABSTRACT_ME(OuterIterator, getInnerIterator,   arginfo_recursive_it_void)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry spl_funcs_Countable[] = {
        SPL_ABSTRACT_ME(Countable, count,   arginfo_recursive_it_void)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ PHP_MINIT_FUNCTION(spl_iterators)
index 4acfca45c1f08415f508d3738a5aae6ae7be4797..0200002295fc3e914f9af8ac3402c60e19c6fc45 100644 (file)
@@ -1816,7 +1816,7 @@ static zend_function_entry php_sqlite3_class_methods[] = {
        PHP_ME(sqlite3,         enableExceptions,       argingo_sqlite3_enableexceptions, ZEND_ACC_PUBLIC)
        /* Aliases */
        PHP_MALIAS(sqlite3,     __construct, open, arginfo_sqlite3_open, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
@@ -1831,7 +1831,7 @@ static zend_function_entry php_sqlite3_stmt_class_methods[] = {
        PHP_ME(sqlite3stmt, bindValue,  arginfo_sqlite3stmt_bindvalue, ZEND_ACC_PUBLIC)
        PHP_ME(sqlite3stmt, readOnly,   arginfo_sqlite3_void, ZEND_ACC_PUBLIC)
        PHP_ME(sqlite3stmt, __construct, arginfo_sqlite3stmt_construct, ZEND_ACC_PRIVATE|ZEND_ACC_CTOR)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
@@ -1844,7 +1844,7 @@ static zend_function_entry php_sqlite3_result_class_methods[] = {
        PHP_ME(sqlite3result, reset,                    arginfo_sqlite3_void, ZEND_ACC_PUBLIC)
        PHP_ME(sqlite3result, finalize,                 arginfo_sqlite3_void, ZEND_ACC_PUBLIC)
        PHP_ME(sqlite3result, __construct,              arginfo_sqlite3_void, ZEND_ACC_PRIVATE|ZEND_ACC_CTOR)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 92fe1d77b88de63526b4db0f04df14b93f1a9be0..bf58519f8044a16194d47a02ca1ea1e18571bb8e 100644 (file)
@@ -3360,7 +3360,7 @@ const zend_function_entry basic_functions[] = { /* {{{ */
 
        PHP_FE(sys_get_temp_dir,                                                                                                arginfo_sys_get_temp_dir)
 
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index ca55beb35f94b4e4eaf492dde12a27183380100c..14b346cbabddea0c33dfd991b46b6acb7a615e87 100644 (file)
@@ -204,7 +204,7 @@ const zend_function_entry sybase_functions[] = {
        PHP_FALIAS(mssql_set_message_handler,   sybase_set_message_handler,     arginfo_sybase_set_message_handler)
        PHP_FALIAS(mssql_deadlock_retry_count,  sybase_deadlock_retry_count,    arginfo_sybase_deadlock_retry_count)
 #endif
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry sybase_module_entry = {
index 634eb915f1a00ee5e86e0460800a1a6cfd6e2c22..ea3dc1a27b3c14abb21f4d9c3b41b1a9131f5193 100644 (file)
@@ -95,7 +95,7 @@ const zend_function_entry sysvmsg_functions[] = {
        PHP_FE(msg_stat_queue,                          arginfo_msg_stat_queue)
        PHP_FE(msg_set_queue,                           arginfo_msg_set_queue)
        PHP_FE(msg_queue_exists,                        arginfo_msg_queue_exists)
-       {NULL, NULL, NULL}      /* Must be the last line in sysvmsg_functions[] */
+       PHP_FE_END
 };
 /* }}} */
 
index c19a47b9fcdde2fbb708f2eeb4aa0389e4d92653..67ac97d564d551f92820392d569fe7472e102da4 100644 (file)
@@ -84,7 +84,7 @@ const zend_function_entry sysvsem_functions[] = {
        PHP_FE(sem_acquire,             arginfo_sem_acquire)
        PHP_FE(sem_release,             arginfo_sem_release)
        PHP_FE(sem_remove,              arginfo_sem_remove)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index 0c910fe07733795660793f4d0a3ff808119182f7..33b1070325a6e090c498827a2f534c49581cbfd4 100644 (file)
@@ -86,7 +86,7 @@ const zend_function_entry sysvshm_functions[] = {
        PHP_FE(shm_has_var,             arginfo_shm_has_var)
        PHP_FE(shm_get_var,             arginfo_shm_get_var)
        PHP_FE(shm_remove_var,  arginfo_shm_remove_var)
-       {NULL, NULL, NULL}      
+       PHP_FE_END
 };
 /* }}} */
 
index 9a2fb826274195dbdeb6bfd226311a338fdea3ec..a89011db1f929bff3815ed03f5b88dd24b50696d 100644 (file)
@@ -404,7 +404,7 @@ static const zend_function_entry tidy_functions[] = {
        PHP_FE(tidy_get_html,           arginfo_tidy_get_html)
        PHP_FE(tidy_get_body,           arginfo_tidy_get_body)
        PHP_FE(ob_tidyhandler,          arginfo_ob_tidyhandler)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry tidy_funcs_doc[] = {
@@ -429,7 +429,7 @@ static const zend_function_entry tidy_funcs_doc[] = {
        TIDY_METHOD_MAP(html, tidy_get_html, NULL)
        TIDY_METHOD_MAP(body, tidy_get_body, NULL)
        TIDY_DOC_ME(__construct, NULL)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static const zend_function_entry tidy_funcs_node[] = {
@@ -443,7 +443,7 @@ static const zend_function_entry tidy_funcs_node[] = {
        TIDY_NODE_ME(isPhp, NULL)
        TIDY_NODE_ME(getParent, NULL)
        TIDY_NODE_PRIVATE_ME(__construct, NULL)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 static zend_class_entry *tidy_ce_doc, *tidy_ce_node;
index ee28b3b8b42ccfbcb3eb4fb1697f29953ba43a46..38a83eb7f8fde1776a072a8e3c6485fb3d5e94d5 100644 (file)
@@ -52,7 +52,7 @@ ZEND_END_ARG_INFO()
 const zend_function_entry tokenizer_functions[] = {
        PHP_FE(token_get_all,   arginfo_token_get_all)
        PHP_FE(token_name,              arginfo_token_name)
-       {NULL, NULL, NULL}      /* Must be the last line in tokenizer_functions[] */
+       PHP_FE_END
 };
 /* }}} */
 
index 477793cb5ee98f5aaf34d7423b1498ce000c54c9..13345017a061759b9523e936eec3f7c0b3497e54 100644 (file)
@@ -141,7 +141,7 @@ const zend_function_entry wddx_functions[] = {
        PHP_FE(wddx_packet_end,         arginfo_wddx_packet_end)
        PHP_FE(wddx_add_vars,           arginfo_wddx_add_vars)
        PHP_FE(wddx_deserialize,        arginfo_wddx_deserialize)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index a2ad981383ebecf68402aadcc228a4ea36010730..7b7f7e5454cd4bd3b6ff255996e467e9a14d26e4 100644 (file)
@@ -237,7 +237,7 @@ const zend_function_entry xml_functions[] = {
        PHP_FE(xml_parser_get_option,                           arginfo_xml_parser_get_option)
        PHP_FE(utf8_encode,                                             arginfo_utf8_encode)
        PHP_FE(utf8_decode,                                             arginfo_utf8_decode)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 #ifdef LIBXML_EXPAT_COMPAT
index 9b9f8521690e1c906539de4a491490c0d0451cac..d960bed9172a82c6a92755108a3ee6a5ca65882e 100644 (file)
@@ -1306,7 +1306,7 @@ static const zend_function_entry xmlreader_functions[] = {
        PHP_ME(xmlreader, setRelaxNGSchemaSource, arginfo_xmlreader_setRelaxNGSchemaSource, ZEND_ACC_PUBLIC)
        PHP_ME(xmlreader, XML, arginfo_xmlreader_XML, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
        PHP_ME(xmlreader, expand, arginfo_xmlreader_expand, ZEND_ACC_PUBLIC)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 /* {{{ PHP_MINIT_FUNCTION
index f3d144818a3c0ffadfe009848b13173402a86891..87c93e220a092e8bb2ac27f52bb8dee2e71b65f4 100644 (file)
@@ -158,7 +158,7 @@ const zend_function_entry xmlrpc_functions[] = {
        PHP_FE(xmlrpc_parse_method_descriptions,                                arginfo_xmlrpc_parse_method_descriptions)
        PHP_FE(xmlrpc_server_add_introspection_data,                    arginfo_xmlrpc_server_add_introspection_data)
        PHP_FE(xmlrpc_server_register_introspection_callback,   arginfo_xmlrpc_server_register_introspection_callback)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 
 zend_module_entry xmlrpc_module_entry = {
index 758ff678a761cb13318e71d00297eb5083ea8f63..866df06d3ee7c153b3b52a372e9a087cff261309 100644 (file)
@@ -528,7 +528,7 @@ static const zend_function_entry xmlwriter_functions[] = {
 #endif
        PHP_FE(xmlwriter_output_memory,         arginfo_xmlwriter_output_memory)
        PHP_FE(xmlwriter_flush,                         arginfo_xmlwriter_flush)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index aa0f4664c55803fecb2e4646d78f1996f0150db1..445a1d1bc04e2f882e09f95849188f0bd5f3d3a3 100644 (file)
@@ -35,7 +35,7 @@ static zend_object_handlers xsl_object_handlers;
  * Every user visible function must have an entry in xsl_functions[].
  */
 const zend_function_entry xsl_functions[] = {
-       {NULL, NULL, NULL}  /* Must be the last line in xsl_functions[] */
+       PHP_FE_END
 };
 /* }}} */
 
index 7f516c287294ca8fa45360725707e7ac2914afc0..bf73ca3552cf220bfd35810e0edc8b006f13c7d1 100644 (file)
@@ -782,8 +782,7 @@ static const zend_function_entry zip_functions[] = {
        PHP_FE(zip_entry_name,          arginfo_zip_entry_name)
        PHP_FE(zip_entry_compressedsize,                arginfo_zip_entry_compressedsize)
        PHP_FE(zip_entry_compressionmethod,             arginfo_zip_entry_compressionmethod)
-
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */
 
index ae3b8642c4f2045f366a1ce2779bac8a175f14ae..0ad3a4737ec06fb055e8a9210c2986f79d88a382 100644 (file)
@@ -214,7 +214,7 @@ static const zend_function_entry php_zlib_functions[] = {
        PHP_FE(gzencode,                                                arginfo_gzencode)
        PHP_FE(ob_gzhandler,                                    arginfo_ob_gzhandler)
        PHP_FE(zlib_get_coding_type,                    arginfo_zlib_get_coding_type)
-       {NULL, NULL, NULL}
+       PHP_FE_END
 };
 /* }}} */