Searched defs:access_type (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_API.c | 4332 …ed_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string … in zend_declare_typed_property() 4578 …property_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string … in zend_declare_property_ex() 4584 …d_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type) /* {{{ */ in zend_declare_property() 4592 …roperty_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type) /* {{{ */ in zend_declare_property_null() 4601 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_bool() 4610 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_long() 4619 …end_class_entry *ce, const char *name, size_t name_length, double value, int access_type) /* {{{ */ in zend_declare_property_double() 4628 …lass_entry *ce, const char *name, size_t name_length, const char *value, int access_type) /* {{{ */ in zend_declare_property_string() 4637 …nst char *name, size_t name_length, const char *value, size_t value_len, int access_type) /* {{{ */ in zend_declare_property_stringl()
|
/PHP-8.3/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 756 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer()
|
Completed in 30 milliseconds