Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.c4391 …ed_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string … in zend_declare_typed_property()
4637 …property_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string … in zend_declare_property_ex()
4643 …d_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type) /* {{{ */ in zend_declare_property()
4651 …roperty_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type) /* {{{ */ in zend_declare_property_null()
4660 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_bool()
4669 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_long()
4678 …end_class_entry *ce, const char *name, size_t name_length, double value, int access_type) /* {{{ */ in zend_declare_property_double()
4687 …lass_entry *ce, const char *name, size_t name_length, const char *value, int access_type) /* {{{ */ in zend_declare_property_string()
4696 …nst char *name, size_t name_length, const char *value, size_t value_len, int access_type) /* {{{ */ in zend_declare_property_stringl()
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c768 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer()

Completed in 26 milliseconds