Searched refs:PHP_ME_MAPPING (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 536 PHP_ME_MAPPING(openUri, xmlwriter_open_uri, arginfo_xmlwriter_open_uri, 0) 537 PHP_ME_MAPPING(openMemory, xmlwriter_open_memory, arginfo_xmlwriter_void, 0) 543 PHP_ME_MAPPING(startComment, xmlwriter_start_comment, arginfo_xmlwriter_void, 0) 544 PHP_ME_MAPPING(endComment, xmlwriter_end_comment, arginfo_xmlwriter_void, 0) 554 PHP_ME_MAPPING(endElement, xmlwriter_end_element, arginfo_xmlwriter_void, 0) 560 PHP_ME_MAPPING(endPi, xmlwriter_end_pi, arginfo_xmlwriter_void, 0) 562 PHP_ME_MAPPING(startCdata, xmlwriter_start_cdata, arginfo_xmlwriter_void, 0) 563 PHP_ME_MAPPING(endCdata, xmlwriter_end_cdata, arginfo_xmlwriter_void, 0) 565 PHP_ME_MAPPING(text, xmlwriter_text, arginfo_xmlwriter_method_text, 0) 571 PHP_ME_MAPPING(endDtd, xmlwriter_end_dtd, arginfo_xmlwriter_void, 0) [all …]
|
/PHP-5.4/ext/intl/transliterator/ |
H A D | transliterator_class.c | 382 …PHP_ME_MAPPING( create, transliterator_create, ainfo_trans_create, ZEND_ACC_STATIC |ZEND_A… 383 …PHP_ME_MAPPING( createFromRules,transliterator_create_from_rules, ainfo_trans_create_from_rules, Z… 384 …PHP_ME_MAPPING( createInverse, transliterator_create_inverse, ainfo_trans_void, ZEND_ACC_PUBLI… 385 …PHP_ME_MAPPING( listIDs, transliterator_list_ids, ainfo_trans_void, ZEND_ACC_STATIC | ZEND_A… 386 …PHP_ME_MAPPING( transliterate, transliterator_transliterate, ainfo_trans_me_transliterate, ZEND_A… 387 …PHP_ME_MAPPING( getErrorCode, transliterator_get_error_code, ainfo_trans_void, ZEND_ACC_PUBLIC… 388 …PHP_ME_MAPPING( getErrorMessage,transliterator_get_error_message, ainfo_trans_void, ZEND_ACC_PU…
|
/PHP-5.4/ext/date/ |
H A D | php_date.c | 455 PHP_ME_MAPPING(format, date_format, arginfo_date_method_format, 0) 456 PHP_ME_MAPPING(modify, date_modify, arginfo_date_method_modify, 0) 457 PHP_ME_MAPPING(add, date_add, arginfo_date_method_add, 0) 458 PHP_ME_MAPPING(sub, date_sub, arginfo_date_method_sub, 0) 459 PHP_ME_MAPPING(getTimezone, date_timezone_get, arginfo_date_method_timezone_get, 0) 460 PHP_ME_MAPPING(setTimezone, date_timezone_set, arginfo_date_method_timezone_set, 0) 461 PHP_ME_MAPPING(getOffset, date_offset_get, arginfo_date_method_offset_get, 0) 462 PHP_ME_MAPPING(setTime, date_time_set, arginfo_date_method_time_set, 0) 463 PHP_ME_MAPPING(setDate, date_date_set, arginfo_date_method_date_set, 0) 464 PHP_ME_MAPPING(setISODate, date_isodate_set, arginfo_date_method_isodate_set, 0) [all …]
|
/PHP-5.4/main/ |
H A D | php.h | 357 #define PHP_ME_MAPPING ZEND_ME_MAPPING macro
|
Completed in 35 milliseconds