Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_API.c3617 if ((access_type & ZEND_ACC_STATIC) || Z_CONSTANT_P(property)) { in zend_declare_property_ex()
3627 if (!(access_type & ZEND_ACC_PPP_MASK)) { in zend_declare_property_ex()
3628 access_type |= ZEND_ACC_PUBLIC; in zend_declare_property_ex()
3630 if (access_type & ZEND_ACC_STATIC) { in zend_declare_property_ex()
3668 if (access_type & ZEND_ACC_PUBLIC) { in zend_declare_property_ex()
3670 } else if (access_type & ZEND_ACC_PRIVATE) { in zend_declare_property_ex()
3673 ZEND_ASSERT(access_type & ZEND_ACC_PROTECTED); in zend_declare_property_ex()
3678 property_info->flags = access_type; in zend_declare_property_ex()
3690 int ret = zend_declare_property_ex(ce, key, property, access_type, NULL); in zend_declare_property()
3701 return zend_declare_property(ce, name, name_length, &property, access_type); in zend_declare_property_null()
[all …]
H A Dzend_API.h318 …operty_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *d…
319 …perty(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type);
320 …declare_property_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type);
321 …bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type);
322 …long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type);
323 …_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_type);
324 …ng(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_type);
325 …y *ce, const char *name, size_t name_length, const char *value, size_t value_len, int access_type);
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c755 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() argument
759 switch (access_type) { in authorizer()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c41 static int php_sqlite3_authorizer(void *autharg, int access_type, const char *arg3, const char *arg…
2035 static int php_sqlite3_authorizer(void *autharg, int access_type, const char *arg3, const char *arg… argument
2037 switch (access_type) {

Completed in 40 milliseconds