Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_API.c3759 if (!(access_type & ZEND_ACC_PPP_MASK)) { in zend_declare_typed_property()
3760 access_type |= ZEND_ACC_PUBLIC; in zend_declare_typed_property()
3762 if (access_type & ZEND_ACC_STATIC) { in zend_declare_typed_property()
3819 if (access_type & ZEND_ACC_PUBLIC) { in zend_declare_typed_property()
3821 } else if (access_type & ZEND_ACC_PRIVATE) { in zend_declare_typed_property()
3824 ZEND_ASSERT(access_type & ZEND_ACC_PROTECTED); in zend_declare_typed_property()
3829 property_info->flags = access_type; in zend_declare_typed_property()
3977 zend_declare_property_ex(ce, key, property, access_type, NULL); in zend_declare_property()
3987 zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_null()
4041 if (access_type != ZEND_ACC_PUBLIC) { in zend_declare_class_constant_ex()
[all …]
H A Dzend_API.h364 …_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *d…
366 …operty_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *d…
367 …perty(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type);
368 …declare_property_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type);
369 …bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type);
370 …long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type);
371 …_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_type);
372 …ng(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_type);
373 …y *ce, const char *name, size_t name_length, const char *value, size_t value_len, int access_type);
375 …_constant_ex(zend_class_entry *ce, zend_string *name, zval *value, int access_type, zend_string *d…
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c740 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() argument
744 switch (access_type) { in authorizer()

Completed in 40 milliseconds