Searched refs:access_type (Results 1 – 3 of 3) sorted by relevance
/php-src/Zend/ |
H A D | zend_API.c | 4511 if (access_type & ZEND_ACC_READONLY) { in zend_declare_typed_property() 4522 if (access_type & ZEND_ACC_STATIC) { in zend_declare_typed_property() 4534 if (!(access_type & ZEND_ACC_PPP_MASK)) { in zend_declare_typed_property() 4535 access_type |= ZEND_ACC_PUBLIC; in zend_declare_typed_property() 4539 access_type |= ZEND_ACC_PROTECTED_SET; in zend_declare_typed_property() 4557 access_type &= ~ZEND_ACC_PPP_SET_MASK; in zend_declare_typed_property() 4561 access_type |= ZEND_ACC_FINAL; in zend_declare_typed_property() 4568 if (access_type & ZEND_ACC_VIRTUAL) { in zend_declare_typed_property() 4574 if (access_type & ZEND_ACC_STATIC) { in zend_declare_typed_property() 4635 if (access_type & ZEND_ACC_PUBLIC) { in zend_declare_typed_property() [all …]
|
H A D | zend_API.h | 426 …_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *d… 428 …operty_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *d… 429 …perty(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type); 430 …declare_property_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type); 431 …bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type); 432 …long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type); 433 …_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_type); 434 …ng(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_type); 435 …y *ce, const char *name, size_t name_length, const char *value, size_t value_len, int access_type); 437 …ass_constant(zend_class_entry *ce, zend_string *name, zval *value, int access_type, zend_string *d… [all …]
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 774 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() argument 778 switch (access_type) { in authorizer()
|
Completed in 48 milliseconds