Home
last modified time | relevance | path

Searched refs:ZEND_ACC_PUBLIC (Results 26 – 50 of 72) sorted by relevance

123

/PHP-7.0/ext/dom/
H A Ddocumentfragment.c47 PHP_ME(domdocumentfragment, __construct, arginfo_dom_documentfragement_construct, ZEND_ACC_PUBLIC)
48 PHP_ME(domdocumentfragment, appendXML, arginfo_dom_documentfragement_appendXML, ZEND_ACC_PUBLIC)
H A Dcdatasection.c45 PHP_ME(domcdatasection, __construct, arginfo_dom_cdatasection_construct, ZEND_ACC_PUBLIC)
H A Dcomment.c45 PHP_ME(domcomment, __construct, arginfo_dom_comment_construct, ZEND_ACC_PUBLIC)
H A Dentityreference.c44 PHP_ME(domentityreference, __construct, arginfo_dom_entityreference_construct, ZEND_ACC_PUBLIC)
H A Dprocessinginstruction.c46 …omprocessinginstruction, __construct, arginfo_dom_processinginstruction_construct, ZEND_ACC_PUBLIC)
H A Dattr.c51 PHP_ME(domattr, __construct, arginfo_dom_attr_construct, ZEND_ACC_PUBLIC)
H A Dtext.c60 PHP_ME(domtext, __construct, arginfo_dom_text_construct, ZEND_ACC_PUBLIC)
H A Ddocument.c215 PHP_ME(domdocument, load, arginfo_dom_document_load, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
217 PHP_ME(domdocument, loadXML, arginfo_dom_document_loadxml, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
219 PHP_ME(domdocument, __construct, arginfo_dom_document_construct, ZEND_ACC_PUBLIC)
223 PHP_ME(domdocument, loadHTML, arginfo_dom_document_loadhtml, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
224 …PHP_ME(domdocument, loadHTMLFile, arginfo_dom_document_loadhtmlfile, ZEND_ACC_PUBLIC|ZEND_ACC_ALLO…
234 PHP_ME(domdocument, registerNodeClass, arginfo_dom_document_registernodeclass, ZEND_ACC_PUBLIC)
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c1237 PHP_ME(PDO, prepare, arginfo_pdo_prepare, ZEND_ACC_PUBLIC)
1238 PHP_ME(PDO, beginTransaction, arginfo_pdo__void, ZEND_ACC_PUBLIC)
1239 PHP_ME(PDO, commit, arginfo_pdo__void, ZEND_ACC_PUBLIC)
1240 PHP_ME(PDO, rollBack, arginfo_pdo__void, ZEND_ACC_PUBLIC)
1242 PHP_ME(PDO, setAttribute, arginfo_pdo_setattribute, ZEND_ACC_PUBLIC)
1243 PHP_ME(PDO, exec, arginfo_pdo_exec, ZEND_ACC_PUBLIC)
1244 PHP_ME(PDO, query, NULL, ZEND_ACC_PUBLIC)
1245 PHP_ME(PDO, lastInsertId, arginfo_pdo_lastinsertid, ZEND_ACC_PUBLIC)
1248 PHP_ME(PDO, getAttribute, arginfo_pdo_getattribute, ZEND_ACC_PUBLIC)
1249 PHP_ME(PDO, quote, arginfo_pdo_quote, ZEND_ACC_PUBLIC)
[all …]
H A Dpdo_stmt.c2164 PHP_ME(PDOStatement, execute, arginfo_pdostatement_execute, ZEND_ACC_PUBLIC)
2165 PHP_ME(PDOStatement, fetch, arginfo_pdostatement_fetch, ZEND_ACC_PUBLIC)
2166 PHP_ME(PDOStatement, bindParam, arginfo_pdostatement_bindparam, ZEND_ACC_PUBLIC)
2169 PHP_ME(PDOStatement, rowCount, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
2171 PHP_ME(PDOStatement, fetchAll, arginfo_pdostatement_fetchall, ZEND_ACC_PUBLIC)
2173 PHP_ME(PDOStatement, errorCode, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
2174 PHP_ME(PDOStatement, errorInfo, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
2177 PHP_ME(PDOStatement, columnCount, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
2180 PHP_ME(PDOStatement, nextRowset, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
2181 PHP_ME(PDOStatement, closeCursor, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
[all …]
H A Dpdo.c369 zend_declare_property_null(pdo_exception_ce, "errorInfo", sizeof("errorInfo")-1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_class.c162 …PHP_ME( IntlDateFormatter, __construct, arginfo_intldateformatter___construct, ZEND_ACC_PUBLIC|ZEN…
163 …e, ZEND_FN( datefmt_create ), arginfo_intldateformatter___construct, ZEND_ACC_PUBLIC|ZEND_ACC_STAT…
178 …ect, datefmt_format_object, arginfo_intldateformatter_format_object, ZEND_ACC_PUBLIC|ZEND_ACC_STAT…
/PHP-7.0/ext/intl/collator/
H A Dcollator_class.c109 PHP_ME( Collator, __construct, collator_1_arg, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR )
110 ZEND_FENTRY( create, ZEND_FN( collator_create ), collator_1_arg, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC )
/PHP-7.0/Zend/
H A Dzend_exceptions.c840 ZEND_ME(exception, __construct, arginfo_exception___construct, ZEND_ACC_PUBLIC)
841 ZEND_ME(exception, __wakeup, NULL, ZEND_ACC_PUBLIC)
842 ZEND_ME(exception, getMessage, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
843 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
844 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
845 ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
846 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
847 ZEND_ME(exception, getPrevious, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
848 ZEND_ME(exception, getTraceAsString, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
863 ZEND_ME(error_exception, __construct, arginfo_error_exception___construct, ZEND_ACC_PUBLIC)
[all …]
H A Dzend_generators.c1107 ZEND_ME(Generator, rewind, arginfo_generator_void, ZEND_ACC_PUBLIC)
1108 ZEND_ME(Generator, valid, arginfo_generator_void, ZEND_ACC_PUBLIC)
1109 ZEND_ME(Generator, current, arginfo_generator_void, ZEND_ACC_PUBLIC)
1110 ZEND_ME(Generator, key, arginfo_generator_void, ZEND_ACC_PUBLIC)
1111 ZEND_ME(Generator, next, arginfo_generator_void, ZEND_ACC_PUBLIC)
1112 ZEND_ME(Generator, send, arginfo_generator_send, ZEND_ACC_PUBLIC)
1113 ZEND_ME(Generator, throw, arginfo_generator_throw, ZEND_ACC_PUBLIC)
1114 ZEND_ME(Generator, getReturn,arginfo_generator_void, ZEND_ACC_PUBLIC)
1115 ZEND_ME(Generator, __wakeup, arginfo_generator_void, ZEND_ACC_PUBLIC)
H A Dzend_closures.c271 ZEND_ACC_PUBLIC | ZEND_ACC_CALL_VIA_HANDLER | (closure->func.common.fn_flags & keep_flags); in zend_get_closure_invoke_method()
513 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
514 ZEND_MALIAS(Closure, bindTo, bind, arginfo_closure_bindto, ZEND_ACC_PUBLIC)
515 ZEND_ME(Closure, call, arginfo_closure_call, ZEND_ACC_PUBLIC)
616 closure->func.common.fn_flags |= ZEND_ACC_PUBLIC; in zend_create_closure()
/PHP-7.0/ext/intl/formatter/
H A Dformatter_class.c161 …PHP_ME( NumberFormatter, __construct, arginfo_numberformatter___construct, ZEND_ACC_PUBLIC|ZEND_AC…
162 …eate, ZEND_FN( numfmt_create ), arginfo_numberformatter___construct, ZEND_ACC_PUBLIC|ZEND_ACC_STAT…
/PHP-7.0/ext/fileinfo/
H A Dfileinfo.c166 ZEND_ME_MAPPING(finfo, finfo_open, arginfo_finfo_open, ZEND_ACC_PUBLIC)
167 ZEND_ME_MAPPING(set_flags, finfo_set_flags,arginfo_finfo_method_set_flags, ZEND_ACC_PUBLIC)
168 ZEND_ME_MAPPING(file, finfo_file, arginfo_finfo_method_file, ZEND_ACC_PUBLIC)
169 ZEND_ME_MAPPING(buffer, finfo_buffer, arginfo_finfo_method_buffer, ZEND_ACC_PUBLIC)
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c1146 PHP_ME(PDO, pgsqlLOBCreate, NULL, ZEND_ACC_PUBLIC)
1147 PHP_ME(PDO, pgsqlLOBOpen, NULL, ZEND_ACC_PUBLIC)
1148 PHP_ME(PDO, pgsqlLOBUnlink, NULL, ZEND_ACC_PUBLIC)
1149 PHP_ME(PDO, pgsqlCopyFromArray, NULL, ZEND_ACC_PUBLIC)
1150 PHP_ME(PDO, pgsqlCopyFromFile, NULL, ZEND_ACC_PUBLIC)
1151 PHP_ME(PDO, pgsqlCopyToArray, NULL, ZEND_ACC_PUBLIC)
1152 PHP_ME(PDO, pgsqlCopyToFile, NULL, ZEND_ACC_PUBLIC)
1153 PHP_ME(PDO, pgsqlGetNotify, NULL, ZEND_ACC_PUBLIC)
1154 PHP_ME(PDO, pgsqlGetPid, NULL, ZEND_ACC_PUBLIC)
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c875 case ZEND_ACC_PUBLIC: in _function_string()
953 case ZEND_ACC_PUBLIC: in _property_string()
1599 case ZEND_ACC_PUBLIC: in ZEND_METHOD()
3195 if ((!(mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_METHOD()
3295 if ((!(mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_METHOD()
3411 _function_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_PUBLIC); in ZEND_METHOD()
4506 RETURN_BOOL(ce->constructor->common.fn_flags & ZEND_ACC_PUBLIC); in ZEND_METHOD()
4527 RETURN_BOOL(ce->clone->common.fn_flags & ZEND_ACC_PUBLIC); in ZEND_METHOD()
4533 RETURN_BOOL(ce->clone->common.fn_flags & ZEND_ACC_PUBLIC); in ZEND_METHOD()
4638 if (!(constructor->common.fn_flags & ZEND_ACC_PUBLIC)) { in ZEND_METHOD()
[all …]
/PHP-7.0/ext/date/
H A Dphp_date.c466 PHP_ME(DateTime, __construct, arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
467 PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
468 PHP_ME(DateTime, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
489 PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
490 PHP_ME(DateTimeImmutable, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
512 PHP_ME(DateTimeZone, __wakeup, NULL, ZEND_ACC_PUBLIC)
525 PHP_ME(DateInterval, __wakeup, NULL, ZEND_ACC_PUBLIC)
534 PHP_ME(DatePeriod, __wakeup, NULL, ZEND_ACC_PUBLIC)
536 PHP_ME(DatePeriod, getStartDate, NULL, ZEND_ACC_PUBLIC)
537 PHP_ME(DatePeriod, getEndDate, NULL, ZEND_ACC_PUBLIC)
[all …]
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c2706 SXE_ME(asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
2707 SXE_MALIAS(saveXML, asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
2708 SXE_ME(xpath, arginfo_simplexmlelement_xpath, ZEND_ACC_PUBLIC)
2710 SXE_ME(attributes, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
2711 SXE_ME(children, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
2712 SXE_ME(getNamespaces, arginfo_simplexmlelement_getnamespaces, ZEND_ACC_PUBLIC)
2714 SXE_ME(getName, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
2715 SXE_ME(addChild, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
2716 SXE_ME(addAttribute, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
2717 SXE_ME(__toString, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
[all …]
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c693 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
694 PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC)
695 PHP_ME(SQLite, sqliteCreateCollation, NULL, ZEND_ACC_PUBLIC)
/PHP-7.0/ext/snmp/
H A Dsnmp.c2308 PHP_ME(snmp, __construct, arginfo_snmp_create, ZEND_ACC_PUBLIC)
2309 PHP_ME(snmp, close, arginfo_snmp_void, ZEND_ACC_PUBLIC)
2310 PHP_ME(snmp, setSecurity, arginfo_snmp_setSecurity, ZEND_ACC_PUBLIC)
2312 PHP_ME(snmp, get, arginfo_snmp_get, ZEND_ACC_PUBLIC)
2313 PHP_ME(snmp, getnext, arginfo_snmp_get, ZEND_ACC_PUBLIC)
2314 PHP_ME(snmp, walk, arginfo_snmp_walk, ZEND_ACC_PUBLIC)
2315 PHP_ME(snmp, set, arginfo_snmp_set, ZEND_ACC_PUBLIC)
2316 PHP_ME(snmp, getErrno, arginfo_snmp_void, ZEND_ACC_PUBLIC)
2317 PHP_ME(snmp, getError, arginfo_snmp_void, ZEND_ACC_PUBLIC)
/PHP-7.0/ext/standard/
H A Duser_filters.c87 …eclare_property_string(php_user_filter, "filtername", sizeof("filtername")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
88 zend_declare_property_string(php_user_filter, "params", sizeof("params")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()

Completed in 111 milliseconds

123