| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | breakiterator_methods.h | 22 PHP_METHOD(BreakIterator, __construct);
|
| H A D | rulebasedbreakiterator_methods.h | 22 PHP_METHOD(IntlRuleBasedBreakIterator, __construct);
|
| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | calendar_methods.h | 22 PHP_METHOD(IntlCalendar, __construct);
|
| H A D | gregoriancalendar_methods.h | 24 PHP_METHOD(IntlGregorianCalendar, __construct);
|
| /PHP_TRUNK/ext/intl/collator/ |
| H A D | collator_create.c | 73 PHP_METHOD( Collator, __construct ) function
|
| H A D | collator_create.h | 25 PHP_METHOD( Collator, __construct );
|
| /PHP_TRUNK/ext/intl/dateformat/ |
| H A D | dateformat.h | 24 PHP_METHOD( IntlDateFormatter, __construct );
|
| H A D | dateformat_create.h | 22 PHP_METHOD( IntlDateFormatter, __construct );
|
| /PHP_TRUNK/ext/intl/formatter/ |
| H A D | formatter_main.h | 25 PHP_METHOD( NumberFormatter, __construct );
|
| /PHP_TRUNK/ext/intl/msgformat/ |
| H A D | msgformat.h | 25 PHP_METHOD( MessageFormatter, __construct );
|
| /PHP_TRUNK/ext/intl/spoofchecker/ |
| H A D | spoofchecker_create.c | 29 PHP_METHOD(Spoofchecker, __construct) function
|
| H A D | spoofchecker_create.h | 22 PHP_METHOD(Spoofchecker, __construct);
|
| H A D | spoofchecker_main.c | 27 PHP_METHOD(Spoofchecker, isSuspicious) function 59 PHP_METHOD(Spoofchecker, areConfusable) function 92 PHP_METHOD(Spoofchecker, setAllowedLocales) function 116 PHP_METHOD(Spoofchecker, setChecks) function
|
| H A D | spoofchecker_main.h | 22 PHP_METHOD(Spoofchecker, isSuspicious); 23 PHP_METHOD(Spoofchecker, areConfusable); 24 PHP_METHOD(Spoofchecker, setAllowedLocales); 25 PHP_METHOD(Spoofchecker, setChecks);
|
| /PHP_TRUNK/ext/intl/timezone/ |
| H A D | timezone_methods.h | 22 PHP_METHOD(IntlTimeZone, __construct);
|
| /PHP_TRUNK/ext/intl/transliterator/ |
| H A D | transliterator_methods.h | 32 PHP_METHOD( Transliterator, __construct );
|
| /PHP_TRUNK/ext/dom/ |
| H A D | cdatasection.c | 50 PHP_METHOD(domcdatasection, __construct) function
|
| H A D | documentfragment.c | 53 PHP_METHOD(domdocumentfragment, __construct) function 122 PHP_METHOD(domdocumentfragment, appendXML) { function
|
| H A D | dom_fe.h | 98 PHP_METHOD(domimplementation, hasFeature); 99 PHP_METHOD(domimplementation, createDocumentType); 100 PHP_METHOD(domimplementation, createDocument); 101 PHP_METHOD(domimplementation, getFeature); 104 PHP_METHOD(domdocumentfragment, __construct); 105 PHP_METHOD(domdocumentfragment, appendXML); 125 PHP_METHOD(domdocument, __construct); 127 PHP_METHOD(domdocument, load); 129 PHP_METHOD(domdocument, loadXML); 133 PHP_METHOD(domdocumen [all...] |
| /PHP_TRUNK/ext/session/ |
| H A D | mod_user_class.c | 39 PHP_METHOD(SessionHandler, open) function 57 PHP_METHOD(SessionHandler, close) function 72 PHP_METHOD(SessionHandler, read) function 96 PHP_METHOD(SessionHandler, write) function 113 PHP_METHOD(SessionHandler, destroy) function 130 PHP_METHOD(SessionHandler, gc) function
|
| H A D | php_session.h | 280 extern PHP_METHOD(SessionHandler, open); 281 extern PHP_METHOD(SessionHandler, close); 282 extern PHP_METHOD(SessionHandler, read); 283 extern PHP_METHOD(SessionHandler, write); 284 extern PHP_METHOD(SessionHandler, destroy); 285 extern PHP_METHOD(SessionHandler, gc);
|
| /PHP_TRUNK/ext/simplexml/ |
| H A D | sxe.c | 41 PHP_METHOD(ce_SimpleXMLIterator, rewind) function 56 PHP_METHOD(ce_SimpleXMLIterator, valid) function 70 PHP_METHOD(ce_SimpleXMLIterator, current) function 88 PHP_METHOD(ce_SimpleXMLIterator, key) function 114 PHP_METHOD(ce_SimpleXMLIterator, next) function 129 PHP_METHOD(ce_SimpleXMLIterator, hasChildren) function 157 PHP_METHOD(ce_SimpleXMLIterator, getChildren) function
|
| /PHP_TRUNK/ext/snmp/ |
| H A D | php_snmp.h | 78 PHP_METHOD(SNMP, setSecurity); 79 PHP_METHOD(SNMP, close); 80 PHP_METHOD(SNMP, get); 81 PHP_METHOD(SNMP, getnext); 82 PHP_METHOD(SNMP, walk); 83 PHP_METHOD(SNMP, set); 84 PHP_METHOD(SNMP, getErrno); 85 PHP_METHOD(SNMP, getError);
|
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.h | 50 PHP_METHOD(DateTime, __construct); 51 PHP_METHOD(DateTime, __wakeup); 52 PHP_METHOD(DateTime, __set_state); 75 PHP_METHOD(DateTimeImmutable, __construct); 76 PHP_METHOD(DateTimeImmutable, __set_state); 77 PHP_METHOD(DateTimeImmutable, modify); 78 PHP_METHOD(DateTimeImmutable, add); 79 PHP_METHOD(DateTimeImmutable, sub); 80 PHP_METHOD(DateTimeImmutable, setTimezone); 81 PHP_METHOD(DateTimeImmutabl [all...] |
| /PHP_TRUNK/ext/xmlreader/ |
| H A D | php_xmlreader.c | 545 PHP_METHOD(xmlreader, close) function 563 PHP_METHOD(xmlreader, getAttribute) function 571 PHP_METHOD(xmlreader, getAttributeNo) function 600 PHP_METHOD(xmlreader, getAttributeNs) function 634 PHP_METHOD(xmlreader, getParserProperty) function 664 PHP_METHOD(xmlreader, isValid) function 672 PHP_METHOD(xmlreader, lookupNamespace) function 680 PHP_METHOD(xmlreader, moveToAttribute) function 713 PHP_METHOD(xmlreader, moveToAttributeNo) function 741 PHP_METHOD(xmlreade function 773 PHP_METHOD(xmlreader, moveToElement) function 781 PHP_METHOD(xmlreader, moveToFirstAttribute) function 789 PHP_METHOD(xmlreader, moveToNextAttribute) function 797 PHP_METHOD(xmlreader, read) function 822 PHP_METHOD(xmlreader, next) function 864 PHP_METHOD(xmlreader, open) function 929 PHP_METHOD(xmlreader, readInnerXml) function 937 PHP_METHOD(xmlreader, readOuterXml) function 945 PHP_METHOD(xmlreader, readString) function 953 PHP_METHOD(xmlreader, setSchema) function 996 PHP_METHOD(xmlreader, setParserProperty) function 1025 PHP_METHOD(xmlreader, setRelaxNGSchema) function 1033 PHP_METHOD(xmlreader, setRelaxNGSchemaSource) function 1047 PHP_METHOD(xmlreader, XML) function 1133 PHP_METHOD(xmlreader, expand) function [all...] |