Home
last modified time | relevance | path

Searched defs:access_type (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_API.c3738 …ed_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string … in zend_declare_typed_property()
3968 …property_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string … in zend_declare_property_ex()
3974 …d_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type) /* {{{ */ in zend_declare_property()
3982 …roperty_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type) /* {{{ */ in zend_declare_property_null()
3991 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_bool()
4000 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_long()
4009 …end_class_entry *ce, const char *name, size_t name_length, double value, int access_type) /* {{{ */ in zend_declare_property_double()
4018 …lass_entry *ce, const char *name, size_t name_length, const char *value, int access_type) /* {{{ */ in zend_declare_property_string()
4027 …nst char *name, size_t name_length, const char *value, size_t value_len, int access_type) /* {{{ */ in zend_declare_property_stringl()
4036 …ss_constant_ex(zend_class_entry *ce, zend_string *name, zval *value, int access_type, zend_string … in zend_declare_class_constant_ex()
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c740 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer()

Completed in 19 milliseconds