Searched defs:access_type (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_API.c | 4093 …ed_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string … in zend_declare_typed_property() 4346 …property_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string … in zend_declare_property_ex() 4352 …d_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type) /* {{{ */ in zend_declare_property() 4360 …roperty_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type) /* {{{ */ in zend_declare_property_null() 4369 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_bool() 4378 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_long() 4387 …end_class_entry *ce, const char *name, size_t name_length, double value, int access_type) /* {{{ */ in zend_declare_property_double() 4396 …lass_entry *ce, const char *name, size_t name_length, const char *value, int access_type) /* {{{ */ in zend_declare_property_string() 4405 …nst char *name, size_t name_length, const char *value, size_t value_len, int access_type) /* {{{ */ in zend_declare_property_stringl()
|
/PHP-8.1/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 770 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer()
|
Completed in 19 milliseconds