Home
last modified time | relevance | path

Searched refs:ZEND_ACC_PUBLIC (Results 51 – 59 of 59) sorted by relevance

123

/PHP-5.3/Zend/
H A Dzend_interfaces.c561 …ZEND_FENTRY(unserialize, NULL, arginfo_serializable_serialize, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT|Z…
H A Dzend_API.c1864 internal_function->fn_flags = ZEND_ACC_PUBLIC | ptr->flags; in zend_register_functions()
1869 internal_function->fn_flags = ZEND_ACC_PUBLIC; in zend_register_functions()
3107 access_type |= ZEND_ACC_PUBLIC; in zend_declare_property_ex()
3147 case ZEND_ACC_PUBLIC: in zend_declare_property_ex()
H A Dzend_API.h83 …RACT_ME(classname, name, arg_info) ZEND_FENTRY(name, NULL, arg_info, ZEND_ACC_PUBLIC|ZEND_ACC_ABST…
H A Dzend_builtin_functions.c1030 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
/PHP-5.3/
H A D.gdbinit390 printf "ZEND_ACC_PUBLIC"
/PHP-5.3/ext/dom/
H A Delement.c148 PHP_ME(domelement, __construct, arginfo_dom_element_construct, ZEND_ACC_PUBLIC)
H A Dphp_dom.c677 …roperty_long(dom_domexception_class_entry, "code", sizeof("code")-1, 0, ZEND_ACC_PUBLIC TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c54 zend_declare_property_null((a), (b)[i].name, (b)[i].name_length, ZEND_ACC_PUBLIC TSRMLS_CC); \
/PHP-5.3/ext/soap/
H A Dsoap.c1495 …e->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_ACC_PUBLIC)) { in PHP_METHOD()

Completed in 58 milliseconds

123