Home
last modified time | relevance | path

Searched refs:PHP_ME (Results 26 – 43 of 43) sorted by relevance

12

/PHP-5.5/ext/dom/
H A Dattr.c51 PHP_ME(domattr, __construct, arginfo_dom_attr_construct, ZEND_ACC_PUBLIC)
H A Ddocument.c214 PHP_ME(domdocument, load, arginfo_dom_document_load, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
216 PHP_ME(domdocument, loadXML, arginfo_dom_document_loadxml, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
218 PHP_ME(domdocument, __construct, arginfo_dom_document_construct, ZEND_ACC_PUBLIC)
222 PHP_ME(domdocument, loadHTML, arginfo_dom_document_loadhtml, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
223PHP_ME(domdocument, loadHTMLFile, arginfo_dom_document_loadhtmlfile, ZEND_ACC_PUBLIC|ZEND_ACC_ALLO…
233 PHP_ME(domdocument, registerNodeClass, arginfo_dom_document_registernodeclass, ZEND_ACC_PUBLIC)
H A Dnode.c154 PHP_ME(domnode, getNodePath, arginfo_dom_node_getNodePath, ZEND_ACC_PUBLIC)
155 PHP_ME(domnode, getLineNo, arginfo_dom_node_getLineNo, ZEND_ACC_PUBLIC)
156 PHP_ME(domnode, C14N, arginfo_dom_node_C14N, ZEND_ACC_PUBLIC)
157 PHP_ME(domnode, C14NFile, arginfo_dom_node_C14NFile, ZEND_ACC_PUBLIC)
H A Dxpath.c66 PHP_ME(domxpath, __construct, arginfo_dom_xpath_construct, ZEND_ACC_PUBLIC)
H A Delement.c148 PHP_ME(domelement, __construct, arginfo_dom_element_construct, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c171PHP_ME( IntlDateFormatter, __construct, arginfo_intldateformatter___construct, ZEND_ACC_PUBLIC|ZEN…
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c717 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
718 PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC)
719 PHP_ME(SQLite, sqliteCreateCollation, NULL, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/snmp/
H A Dsnmp.c2354 PHP_ME(snmp, __construct, arginfo_snmp_create, ZEND_ACC_PUBLIC)
2355 PHP_ME(snmp, close, arginfo_snmp_void, ZEND_ACC_PUBLIC)
2356 PHP_ME(snmp, setSecurity, arginfo_snmp_setSecurity, ZEND_ACC_PUBLIC)
2358 PHP_ME(snmp, get, arginfo_snmp_get, ZEND_ACC_PUBLIC)
2359 PHP_ME(snmp, getnext, arginfo_snmp_get, ZEND_ACC_PUBLIC)
2360 PHP_ME(snmp, walk, arginfo_snmp_walk, ZEND_ACC_PUBLIC)
2361 PHP_ME(snmp, set, arginfo_snmp_set, ZEND_ACC_PUBLIC)
2362 PHP_ME(snmp, getErrno, arginfo_snmp_void, ZEND_ACC_PUBLIC)
2363 PHP_ME(snmp, getError, arginfo_snmp_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/soap/
H A Dsoap.c400 PHP_ME(SoapFault, __toString, arginfo_soap__void, 0)
407 PHP_ME(SoapServer, setClass, arginfo_soapserver_setclass, 0)
408 PHP_ME(SoapServer, setObject, arginfo_soapserver_setobject, 0)
409 PHP_ME(SoapServer, addFunction, arginfo_soapserver_addfunction, 0)
410 PHP_ME(SoapServer, getFunctions, arginfo_soapserver_getfunctions, 0)
411 PHP_ME(SoapServer, handle, arginfo_soapserver_handle, 0)
412 PHP_ME(SoapServer, fault, arginfo_soapserver_fault, 0)
419 PHP_ME(SoapClient, __call, arginfo_soapclient___call, 0)
426 PHP_ME(SoapClient, __getTypes, arginfo_soapclient___gettypes, 0)
427 PHP_ME(SoapClient, __doRequest, arginfo_soapclient___dorequest, 0)
[all …]
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp396 PHP_ME(IntlCalendar, __construct, ainfo_cal_void, ZEND_ACC_PRIVATE)
459 PHP_ME(IntlGregorianCalendar, __construct, ainfo_gregcal___construct, ZEND_ACC_PUBLIC)
/PHP-5.5/main/
H A Dphp.h353 #define PHP_ME ZEND_ME macro
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c290 #define CPH_ME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_PUBLIC)
291 #define CPH_SME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_ALLOW_STATIC|ZEND_ACC_…
/PHP-5.5/ext/session/
H A Dsession.c2305 PHP_ME(SessionHandler, open, arginfo_session_class_open, ZEND_ACC_PUBLIC)
2306 PHP_ME(SessionHandler, close, arginfo_session_class_close, ZEND_ACC_PUBLIC)
2307 PHP_ME(SessionHandler, read, arginfo_session_class_read, ZEND_ACC_PUBLIC)
2308 PHP_ME(SessionHandler, write, arginfo_session_class_write, ZEND_ACC_PUBLIC)
2309 PHP_ME(SessionHandler, destroy, arginfo_session_class_destroy, ZEND_ACC_PUBLIC)
2310 PHP_ME(SessionHandler, gc, arginfo_session_class_gc, ZEND_ACC_PUBLIC)
2311 PHP_ME(SessionHandler, create_sid, arginfo_session_class_create_sid, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp315 PHP_ME(IntlPartsIterator, getBreakIterator, ainfo_parts_it_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c381PHP_ME( Transliterator, __construct, ainfo_trans_void, ZEND_ACC_PRIVATE | ZEND_ACC_CTOR …
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c408PHP_ME( ResourceBundle, __construct, arginfo_resourcebundle___construct, ZEND_ACC_PUBLIC|ZEND_ACC_…
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp456 PHP_ME(IntlTimeZone, __construct, ainfo_tz_void, ZEND_ACC_PRIVATE)
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c49 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags)

Completed in 114 milliseconds

12