Home
last modified time | relevance | path

Searched refs:ZEND_ACC_ALLOW_STATIC (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/dom/
H A Ddomimplementation.c60 …ntation, getFeature, arginfo_dom_implementation_get_feature, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
61 …ntation, hasFeature, arginfo_dom_implementation_has_feature, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
62 …ocumentType, arginfo_dom_implementation_create_documenttype, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
63 … createDocument, arginfo_dom_implementation_create_document, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
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)
222 PHP_ME(domdocument, loadHTML, arginfo_dom_document_loadhtml, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
223 …omdocument, loadHTMLFile, arginfo_dom_document_loadhtmlfile, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
/PHP-5.5/Zend/
H A Dzend_API.c2221 ctor->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2228 dtor->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2235 clone->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2241 __call->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2253 __tostring->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2259 __get->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2265 __set->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2271 __unset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2277 __isset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2929 if (fcc->function_handler->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in zend_is_callable_check_func()
H A Dzend_compile.h182 #define ZEND_ACC_ALLOW_STATIC 0x10000 macro
H A Dzend_vm_def.h1943 if (fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_VM_HELPER()
2607 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) {
H A Dzend_vm_execute.h504 if (fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in zend_do_fcall_common_helper_SPEC()
3636 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
4628 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
5485 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
6211 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
7073 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
15504 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
17862 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
20180 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_VAR_HANDLER()
21629 if (call->fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_compile.c1690 CG(active_op_array)->fn_flags |= ZEND_ACC_ALLOW_STATIC; in zend_do_begin_function_declaration()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1290 PHP_ME(xmlreader, open, arginfo_xmlreader_open, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
1305 PHP_ME(xmlreader, XML, arginfo_xmlreader_XML, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c291 #define CPH_SME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_ALLOW_STATIC|ZEND_ACC_…

Completed in 149 milliseconds