Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_API.c3713 if ((access_type & ZEND_ACC_STATIC) || Z_CONSTANT_P(property)) { in zend_declare_property_ex()
3723 if (!(access_type & ZEND_ACC_PPP_MASK)) { in zend_declare_property_ex()
3724 access_type |= ZEND_ACC_PUBLIC; in zend_declare_property_ex()
3726 if (access_type & ZEND_ACC_STATIC) { in zend_declare_property_ex()
3768 if (access_type & ZEND_ACC_PUBLIC) { in zend_declare_property_ex()
3770 } else if (access_type & ZEND_ACC_PRIVATE) { in zend_declare_property_ex()
3773 ZEND_ASSERT(access_type & ZEND_ACC_PROTECTED); in zend_declare_property_ex()
3778 property_info->flags = access_type; in zend_declare_property_ex()
3790 int ret = zend_declare_property_ex(ce, key, property, access_type, NULL); in zend_declare_property()
3855 if (access_type != ZEND_ACC_PUBLIC) { in zend_declare_class_constant_ex()
[all …]
H A Dzend_API.h333 …operty_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *d…
334 …perty(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type);
335 …declare_property_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type);
336 …bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type);
337 …long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type);
338 …_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_type);
339 …ng(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_type);
340 …y *ce, const char *name, size_t name_length, const char *value, size_t value_len, int access_type);
342 …_constant_ex(zend_class_entry *ce, zend_string *name, zval *value, int access_type, zend_string *d…
/PHP-7.2/ext/pdo_sqlite/
H A Dsqlite_driver.c761 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() argument
765 switch (access_type) { in authorizer()
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c41 static int php_sqlite3_authorizer(void *autharg, int access_type, const char *arg3, const char *arg…
2068 static int php_sqlite3_authorizer(void *autharg, int access_type, const char *arg3, const char *arg… in php_sqlite3_authorizer() argument
2070 switch (access_type) { in php_sqlite3_authorizer()

Completed in 48 milliseconds