Home
last modified time | relevance | path

Searched refs:ZEND_ACC_PUBLIC (Results 1 – 25 of 77) sorted by path

1234

/PHP-7.2/
H A D.gdbinit484 printf "ZEND_ACC_PUBLIC"
/PHP-7.2/Zend/
H A Dzend_API.c2197 internal_function->fn_flags = ZEND_ACC_PUBLIC | ptr->flags; in zend_register_functions()
2202 internal_function->fn_flags = ZEND_ACC_PUBLIC; in zend_register_functions()
3724 access_type |= ZEND_ACC_PUBLIC; in zend_declare_property_ex()
3768 if (access_type & ZEND_ACC_PUBLIC) { in zend_declare_property_ex()
3855 if (access_type != ZEND_ACC_PUBLIC) { in zend_declare_class_constant_ex()
3895 ret = zend_declare_class_constant_ex(ce, key, value, ZEND_ACC_PUBLIC, NULL); in zend_declare_class_constant()
H A Dzend_API.h82 …RACT_ME(classname, name, arg_info) ZEND_FENTRY(name, NULL, arg_info, ZEND_ACC_PUBLIC|ZEND_ACC_ABST…
H A Dzend_ast.c1055 if (decl->flags & ZEND_ACC_PUBLIC) { in zend_ast_export_ex()
1155 if (ast->attr & ZEND_ACC_PUBLIC) { in zend_ast_export_ex()
1554 if (ast->attr & ZEND_ACC_PUBLIC) { in zend_ast_export_ex()
H A Dzend_builtin_functions.c1238 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
H A Dzend_closures.c363 ZEND_ACC_PUBLIC | ZEND_ACC_CALL_VIA_HANDLER | (closure->func.common.fn_flags & keep_flags); in zend_get_closure_invoke_method()
602 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
603 ZEND_MALIAS(Closure, bindTo, bind, arginfo_closure_bindto, ZEND_ACC_PUBLIC)
604 ZEND_ME(Closure, call, arginfo_closure_call, ZEND_ACC_PUBLIC)
605 ZEND_ME(Closure, fromCallable, arginfo_closure_fromcallable, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
717 closure->func.common.fn_flags |= ZEND_ACC_PUBLIC; in zend_create_closure()
H A Dzend_compile.c4139 if (fbc && !(fbc->common.fn_flags & ZEND_ACC_PUBLIC)) { in zend_compile_static_call()
5714 zend_bool is_public = (op_array->fn_flags & ZEND_ACC_PUBLIC) != 0; in zend_begin_method_decl()
H A Dzend_compile.h220 #define ZEND_ACC_PUBLIC 0x100 macro
223 #define ZEND_ACC_PPP_MASK (ZEND_ACC_PUBLIC | ZEND_ACC_PROTECTED | ZEND_ACC_PRIVATE)
H A Dzend_constants.c232 if (Z_ACCESS_FLAGS(c->value) & ZEND_ACC_PUBLIC) { in zend_verify_const_access()
H A Dzend_exceptions.c789 ZEND_ME(exception, __construct, arginfo_exception___construct, ZEND_ACC_PUBLIC)
790 ZEND_ME(exception, __wakeup, NULL, ZEND_ACC_PUBLIC)
791 ZEND_ME(exception, getMessage, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
792 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
793 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
794 ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
795 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
796 ZEND_ME(exception, getPrevious, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
797 ZEND_ME(exception, getTraceAsString, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
812 ZEND_ME(error_exception, __construct, arginfo_error_exception___construct, ZEND_ACC_PUBLIC)
[all …]
H A Dzend_generators.c1259 ZEND_ME(Generator, rewind, arginfo_generator_void, ZEND_ACC_PUBLIC)
1260 ZEND_ME(Generator, valid, arginfo_generator_void, ZEND_ACC_PUBLIC)
1261 ZEND_ME(Generator, current, arginfo_generator_void, ZEND_ACC_PUBLIC)
1262 ZEND_ME(Generator, key, arginfo_generator_void, ZEND_ACC_PUBLIC)
1263 ZEND_ME(Generator, next, arginfo_generator_void, ZEND_ACC_PUBLIC)
1264 ZEND_ME(Generator, send, arginfo_generator_send, ZEND_ACC_PUBLIC)
1265 ZEND_ME(Generator, throw, arginfo_generator_throw, ZEND_ACC_PUBLIC)
1266 ZEND_ME(Generator, getReturn,arginfo_generator_void, ZEND_ACC_PUBLIC)
1267 ZEND_ME(Generator, __wakeup, arginfo_generator_void, ZEND_ACC_PUBLIC)
H A Dzend_inheritance.c163 if (fn_flags & ZEND_ACC_PUBLIC) { in zend_visibility_string()
577 …lity_string(parent_flags), ZEND_FN_SCOPE_NAME(parent), (parent_flags&ZEND_ACC_PUBLIC) ? "" : " or … in do_inheritance_check_on_method()
681 …parent_info->flags), ZSTR_VAL(ce->parent->name), (parent_info->flags&ZEND_ACC_PUBLIC) ? "" : " or … in do_inherit_property()
769 …, ZSTR_VAL(ce->parent->name), (Z_ACCESS_FLAGS(parent_const->value) & ZEND_ACC_PUBLIC) ? "" : " or … in do_inherit_class_constant()
1551 if (flags & ZEND_ACC_PUBLIC) { in zend_do_traits_property_binding()
H A Dzend_interfaces.c525 …ZEND_FENTRY(unserialize, NULL, arginfo_serializable_serialize, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT|Z…
H A Dzend_language_parser.y788 | T_VAR { $$ = ZEND_ACC_PUBLIC; }
792 /* empty */ { $$ = ZEND_ACC_PUBLIC; }
794 { $$ = $1; if (!($$ & ZEND_ACC_PPP_MASK)) { $$ |= ZEND_ACC_PUBLIC; } }
804 T_PUBLIC { $$ = ZEND_ACC_PUBLIC; }
H A Dzend_object_handlers.c279 if (property_info->flags & ZEND_ACC_PUBLIC) { in zend_verify_property_access()
1146 func->fn_flags = ZEND_ACC_CALL_VIA_TRAMPOLINE | ZEND_ACC_PUBLIC; in zend_get_call_trampoline_func()
1331 if (fbc->op_array.fn_flags & ZEND_ACC_PUBLIC) { in zend_std_get_static_method()
1425 if (constructor->op_array.fn_flags & ZEND_ACC_PUBLIC) { in zend_std_get_constructor()
/PHP-7.2/ext/com_dotnet/
H A Dcom_persist.c291 #define CPH_ME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_PUBLIC)
292 … CPH_SME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_ALLOW_STATIC|ZEND_ACC_PUBLIC)
/PHP-7.2/ext/curl/
H A Dcurl_file.c158 PHP_ME(CURLFile, __construct, arginfo_curlfile_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
159 PHP_ME(CURLFile, getFilename, NULL, ZEND_ACC_PUBLIC)
160 PHP_ME(CURLFile, getMimeType, NULL, ZEND_ACC_PUBLIC)
161 PHP_ME(CURLFile, setMimeType, arginfo_curlfile_name, ZEND_ACC_PUBLIC)
162 PHP_ME(CURLFile, getPostFilename, NULL, ZEND_ACC_PUBLIC)
163 PHP_ME(CURLFile, setPostFilename, arginfo_curlfile_name, ZEND_ACC_PUBLIC)
164 PHP_ME(CURLFile, __wakeup, NULL, ZEND_ACC_PUBLIC)
173 zend_declare_property_string(curl_CURLFile_class, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in curlfile_register_class()
174 zend_declare_property_string(curl_CURLFile_class, "mime", sizeof("mime")-1, "", ZEND_ACC_PUBLIC); in curlfile_register_class()
175 …eclare_property_string(curl_CURLFile_class, "postname", sizeof("postname")-1, "", ZEND_ACC_PUBLIC); in curlfile_register_class()
/PHP-7.2/ext/date/
H A Dphp_date.c489 PHP_ME(DateTime, __construct, arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
490 PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
491 PHP_ME(DateTime, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
512 PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
513 PHP_ME(DateTimeImmutable, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
535 PHP_ME(DateTimeZone, __wakeup, NULL, ZEND_ACC_PUBLIC)
548 PHP_ME(DateInterval, __wakeup, NULL, ZEND_ACC_PUBLIC)
557 PHP_ME(DatePeriod, __wakeup, NULL, ZEND_ACC_PUBLIC)
559 PHP_ME(DatePeriod, getStartDate, NULL, ZEND_ACC_PUBLIC)
560 PHP_ME(DatePeriod, getEndDate, NULL, ZEND_ACC_PUBLIC)
[all …]
/PHP-7.2/ext/dom/
H A Dattr.c51 PHP_ME(domattr, __construct, arginfo_dom_attr_construct, 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 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)
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 Ddomimplementation.c60 …PHP_ME(domimplementation, getFeature, arginfo_dom_implementation_get_feature, ZEND_ACC_PUBLIC|ZEND…
61 …PHP_ME(domimplementation, hasFeature, arginfo_dom_implementation_has_feature, ZEND_ACC_PUBLIC|ZEND…
62 … createDocumentType, arginfo_dom_implementation_create_documenttype, ZEND_ACC_PUBLIC|ZEND_ACC_ALLO…
63 …ntation, createDocument, arginfo_dom_implementation_create_document, ZEND_ACC_PUBLIC|ZEND_ACC_ALLO…
H A Delement.c148 PHP_ME(domelement, __construct, arginfo_dom_element_construct, ZEND_ACC_PUBLIC)

Completed in 216 milliseconds

1234