Searched refs:access_type (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_API.c | 4504 if (access_type & ZEND_ACC_READONLY) { in zend_declare_typed_property() 4515 if (access_type & ZEND_ACC_STATIC) { in zend_declare_typed_property() 4527 if (!(access_type & ZEND_ACC_PPP_MASK)) { in zend_declare_typed_property() 4528 access_type |= ZEND_ACC_PUBLIC; in zend_declare_typed_property() 4532 access_type |= ZEND_ACC_PROTECTED_SET; in zend_declare_typed_property() 4550 access_type &= ~ZEND_ACC_PPP_SET_MASK; in zend_declare_typed_property() 4554 access_type |= ZEND_ACC_FINAL; in zend_declare_typed_property() 4561 if (access_type & ZEND_ACC_VIRTUAL) { in zend_declare_typed_property() 4567 if (access_type & ZEND_ACC_STATIC) { in zend_declare_typed_property() 4628 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-8.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 777 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() argument 781 switch (access_type) { in authorizer()
|
Completed in 53 milliseconds