PHP_ME_MAPPING    469 ext/date/php_date.c 	PHP_ME_MAPPING(createFromFormat, date_create_from_format,	arginfo_date_create_from_format, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
PHP_ME_MAPPING    470 ext/date/php_date.c 	PHP_ME_MAPPING(getLastErrors, date_get_last_errors,	arginfo_date_get_last_errors, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
PHP_ME_MAPPING    471 ext/date/php_date.c 	PHP_ME_MAPPING(format,		date_format,		arginfo_date_method_format, 0)
PHP_ME_MAPPING    472 ext/date/php_date.c 	PHP_ME_MAPPING(modify,		date_modify,		arginfo_date_method_modify, 0)
PHP_ME_MAPPING    473 ext/date/php_date.c 	PHP_ME_MAPPING(add,			date_add,			arginfo_date_method_add, 0)
PHP_ME_MAPPING    474 ext/date/php_date.c 	PHP_ME_MAPPING(sub,			date_sub,			arginfo_date_method_sub, 0)
PHP_ME_MAPPING    475 ext/date/php_date.c 	PHP_ME_MAPPING(getTimezone, date_timezone_get,	arginfo_date_method_timezone_get, 0)
PHP_ME_MAPPING    476 ext/date/php_date.c 	PHP_ME_MAPPING(setTimezone, date_timezone_set,	arginfo_date_method_timezone_set, 0)
PHP_ME_MAPPING    477 ext/date/php_date.c 	PHP_ME_MAPPING(getOffset,	date_offset_get,	arginfo_date_method_offset_get, 0)
PHP_ME_MAPPING    478 ext/date/php_date.c 	PHP_ME_MAPPING(setTime,		date_time_set,		arginfo_date_method_time_set, 0)
PHP_ME_MAPPING    479 ext/date/php_date.c 	PHP_ME_MAPPING(setDate,		date_date_set,		arginfo_date_method_date_set, 0)
PHP_ME_MAPPING    480 ext/date/php_date.c 	PHP_ME_MAPPING(setISODate,	date_isodate_set,	arginfo_date_method_isodate_set, 0)
PHP_ME_MAPPING    481 ext/date/php_date.c 	PHP_ME_MAPPING(setTimestamp,	date_timestamp_set, arginfo_date_method_timestamp_set, 0)
PHP_ME_MAPPING    482 ext/date/php_date.c 	PHP_ME_MAPPING(getTimestamp,	date_timestamp_get, arginfo_date_method_timestamp_get, 0)
PHP_ME_MAPPING    483 ext/date/php_date.c 	PHP_ME_MAPPING(diff,			date_diff, arginfo_date_method_diff, 0)
PHP_ME_MAPPING    491 ext/date/php_date.c 	PHP_ME_MAPPING(createFromFormat, date_create_immutable_from_format, arginfo_date_create_from_format, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
PHP_ME_MAPPING    492 ext/date/php_date.c 	PHP_ME_MAPPING(getLastErrors,    date_get_last_errors,    arginfo_date_get_last_errors, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
PHP_ME_MAPPING    493 ext/date/php_date.c 	PHP_ME_MAPPING(format,           date_format,             arginfo_date_method_format, 0)
PHP_ME_MAPPING    494 ext/date/php_date.c 	PHP_ME_MAPPING(getTimezone, date_timezone_get,	arginfo_date_method_timezone_get, 0)
PHP_ME_MAPPING    495 ext/date/php_date.c 	PHP_ME_MAPPING(getOffset,	date_offset_get,	arginfo_date_method_offset_get, 0)
PHP_ME_MAPPING    496 ext/date/php_date.c 	PHP_ME_MAPPING(getTimestamp,	date_timestamp_get, arginfo_date_method_timestamp_get, 0)
PHP_ME_MAPPING    497 ext/date/php_date.c 	PHP_ME_MAPPING(diff,			date_diff, arginfo_date_method_diff, 0)
PHP_ME_MAPPING    514 ext/date/php_date.c 	PHP_ME_MAPPING(getName,           timezone_name_get,           arginfo_timezone_method_name_get, 0)
PHP_ME_MAPPING    515 ext/date/php_date.c 	PHP_ME_MAPPING(getOffset,         timezone_offset_get,         arginfo_timezone_method_offset_get, 0)
PHP_ME_MAPPING    516 ext/date/php_date.c 	PHP_ME_MAPPING(getTransitions,    timezone_transitions_get,    arginfo_timezone_method_transitions_get, 0)
PHP_ME_MAPPING    517 ext/date/php_date.c 	PHP_ME_MAPPING(getLocation,       timezone_location_get,       arginfo_timezone_method_location_get, 0)
PHP_ME_MAPPING    518 ext/date/php_date.c 	PHP_ME_MAPPING(listAbbreviations, timezone_abbreviations_list, arginfo_timezone_abbreviations_list, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
PHP_ME_MAPPING    519 ext/date/php_date.c 	PHP_ME_MAPPING(listIdentifiers,   timezone_identifiers_list,   arginfo_timezone_identifiers_list, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
PHP_ME_MAPPING    527 ext/date/php_date.c 	PHP_ME_MAPPING(format,            date_interval_format,        arginfo_date_method_interval_format, 0)
PHP_ME_MAPPING    528 ext/date/php_date.c 	PHP_ME_MAPPING(createFromDateString, date_interval_create_from_date_string,	arginfo_date_interval_create_from_date_string, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
PHP_ME_MAPPING    178 ext/intl/dateformat/dateformat_class.c 	PHP_ME_MAPPING( formatObject, datefmt_format_object, arginfo_intldateformatter_format_object, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
PHP_ME_MAPPING    329 ext/intl/transliterator/transliterator_class.c 	PHP_ME_MAPPING( create,			transliterator_create,				ainfo_trans_create,				ZEND_ACC_STATIC |ZEND_ACC_PUBLIC )
PHP_ME_MAPPING    330 ext/intl/transliterator/transliterator_class.c 	PHP_ME_MAPPING( createFromRules,transliterator_create_from_rules,	ainfo_trans_create_from_rules,	ZEND_ACC_STATIC | ZEND_ACC_PUBLIC )
PHP_ME_MAPPING    331 ext/intl/transliterator/transliterator_class.c 	PHP_ME_MAPPING( createInverse,	transliterator_create_inverse,		ainfo_trans_void,				ZEND_ACC_PUBLIC )
PHP_ME_MAPPING    332 ext/intl/transliterator/transliterator_class.c 	PHP_ME_MAPPING( listIDs,		transliterator_list_ids,			ainfo_trans_void,				ZEND_ACC_STATIC | ZEND_ACC_PUBLIC )
PHP_ME_MAPPING    333 ext/intl/transliterator/transliterator_class.c 	PHP_ME_MAPPING( transliterate,	transliterator_transliterate,		ainfo_trans_me_transliterate,	ZEND_ACC_PUBLIC )
PHP_ME_MAPPING    334 ext/intl/transliterator/transliterator_class.c 	PHP_ME_MAPPING( getErrorCode,	transliterator_get_error_code,		ainfo_trans_void,				ZEND_ACC_PUBLIC )
PHP_ME_MAPPING    335 ext/intl/transliterator/transliterator_class.c 	PHP_ME_MAPPING( getErrorMessage,transliterator_get_error_message,	ainfo_trans_void,				ZEND_ACC_PUBLIC )
PHP_ME_MAPPING    521 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(openUri,		xmlwriter_open_uri,		arginfo_xmlwriter_open_uri, 0)
PHP_ME_MAPPING    522 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(openMemory,	xmlwriter_open_memory, 	arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    524 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(setIndent,	xmlwriter_set_indent,	arginfo_xmlwriter_method_set_indent, 0)
PHP_ME_MAPPING    525 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(setIndentString,	xmlwriter_set_indent_string, arginfo_xmlwriter_method_set_indent_string, 0)
PHP_ME_MAPPING    528 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startComment,	xmlwriter_start_comment,	arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    529 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endComment,		xmlwriter_end_comment,		arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    531 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startAttribute,	xmlwriter_start_attribute,	arginfo_xmlwriter_method_start_attribute, 0)
PHP_ME_MAPPING    532 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endAttribute,	xmlwriter_end_attribute,	arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    533 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeAttribute,	xmlwriter_write_attribute,	arginfo_xmlwriter_method_write_attribute, 0)
PHP_ME_MAPPING    535 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startAttributeNs,	xmlwriter_start_attribute_ns,arginfo_xmlwriter_method_start_attribute_ns, 0)
PHP_ME_MAPPING    536 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeAttributeNs,	xmlwriter_write_attribute_ns,arginfo_xmlwriter_method_write_attribute_ns, 0)
PHP_ME_MAPPING    538 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startElement,	xmlwriter_start_element,	arginfo_xmlwriter_method_start_element, 0)
PHP_ME_MAPPING    539 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endElement,		xmlwriter_end_element,		arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    540 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(fullEndElement,	xmlwriter_full_end_element,	arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    541 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startElementNs,	xmlwriter_start_element_ns,	arginfo_xmlwriter_method_start_element_ns, 0)
PHP_ME_MAPPING    542 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeElement,	xmlwriter_write_element,	arginfo_xmlwriter_method_write_element, 0)
PHP_ME_MAPPING    543 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeElementNs,	xmlwriter_write_element_ns,	arginfo_xmlwriter_method_write_element_ns, 0)
PHP_ME_MAPPING    544 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startPi,			xmlwriter_start_pi,			arginfo_xmlwriter_method_start_pi, 0)
PHP_ME_MAPPING    545 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endPi,			xmlwriter_end_pi,			arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    546 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writePi,			xmlwriter_write_pi,			arginfo_xmlwriter_method_write_pi, 0)
PHP_ME_MAPPING    547 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startCdata,		xmlwriter_start_cdata,		arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    548 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endCdata,		xmlwriter_end_cdata,		arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    549 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeCdata,		xmlwriter_write_cdata,		arginfo_xmlwriter_method_write_cdata, 0)
PHP_ME_MAPPING    550 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(text,			xmlwriter_text,				arginfo_xmlwriter_method_text, 0)
PHP_ME_MAPPING    551 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeRaw,		xmlwriter_write_raw,		arginfo_xmlwriter_method_write_raw, 0)
PHP_ME_MAPPING    552 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startDocument,	xmlwriter_start_document,	arginfo_xmlwriter_method_start_document, 0)
PHP_ME_MAPPING    553 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endDocument,		xmlwriter_end_document,		arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    554 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeComment,	xmlwriter_write_comment,	arginfo_xmlwriter_method_write_comment, 0)
PHP_ME_MAPPING    555 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startDtd,		xmlwriter_start_dtd,		arginfo_xmlwriter_method_start_dtd, 0)
PHP_ME_MAPPING    556 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endDtd,			xmlwriter_end_dtd,			arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    557 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeDtd,		xmlwriter_write_dtd,		arginfo_xmlwriter_method_write_dtd, 0)
PHP_ME_MAPPING    558 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startDtdElement,	xmlwriter_start_dtd_element,arginfo_xmlwriter_method_start_dtd_element, 0)
PHP_ME_MAPPING    559 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endDtdElement,	xmlwriter_end_dtd_element,	arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    560 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeDtdElement,	xmlwriter_write_dtd_element,	arginfo_xmlwriter_method_write_dtd_element, 0)
PHP_ME_MAPPING    562 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startDtdAttlist,	xmlwriter_start_dtd_attlist,	arginfo_xmlwriter_method_start_dtd_attlist, 0)
PHP_ME_MAPPING    563 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endDtdAttlist,	xmlwriter_end_dtd_attlist,	arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    564 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeDtdAttlist,	xmlwriter_write_dtd_attlist,	arginfo_xmlwriter_method_write_dtd_attlist, 0)
PHP_ME_MAPPING    565 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(startDtdEntity,	xmlwriter_start_dtd_entity,	arginfo_xmlwriter_method_start_dtd_entity, 0)
PHP_ME_MAPPING    566 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(endDtdEntity,	xmlwriter_end_dtd_entity,	arginfo_xmlwriter_void, 0)
PHP_ME_MAPPING    567 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(writeDtdEntity,	xmlwriter_write_dtd_entity,	arginfo_xmlwriter_method_write_dtd_entity, 0)
PHP_ME_MAPPING    569 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(outputMemory,	xmlwriter_output_memory,	arginfo_xmlwriter_method_output_memory, 0)
PHP_ME_MAPPING    570 ext/xmlwriter/php_xmlwriter.c 	PHP_ME_MAPPING(flush,			xmlwriter_flush,			arginfo_xmlwriter_method_flush, 0)