access_type 3607 Zend/zend_API.c ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *doc_comment) /* {{{ */ access_type 3613 Zend/zend_API.c if ((access_type & ZEND_ACC_STATIC) || Z_CONSTANT_P(property)) { access_type 3623 Zend/zend_API.c if (!(access_type & ZEND_ACC_PPP_MASK)) { access_type 3624 Zend/zend_API.c access_type |= ZEND_ACC_PUBLIC; access_type 3626 Zend/zend_API.c if (access_type & ZEND_ACC_STATIC) { access_type 3664 Zend/zend_API.c if (access_type & ZEND_ACC_PUBLIC) { access_type 3666 Zend/zend_API.c } else if (access_type & ZEND_ACC_PRIVATE) { access_type 3669 Zend/zend_API.c ZEND_ASSERT(access_type & ZEND_ACC_PROTECTED); access_type 3674 Zend/zend_API.c property_info->flags = access_type; access_type 3683 Zend/zend_API.c ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type) /* {{{ */ access_type 3686 Zend/zend_API.c int ret = zend_declare_property_ex(ce, key, property, access_type, NULL); access_type 3692 Zend/zend_API.c ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type) /* {{{ */ access_type 3697 Zend/zend_API.c return zend_declare_property(ce, name, name_length, &property, access_type); access_type 3701 Zend/zend_API.c ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ access_type 3706 Zend/zend_API.c return zend_declare_property(ce, name, name_length, &property, access_type); access_type 3710 Zend/zend_API.c ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ access_type 3715 Zend/zend_API.c return zend_declare_property(ce, name, name_length, &property, access_type); access_type 3719 Zend/zend_API.c ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_type) /* {{{ */ access_type 3724 Zend/zend_API.c return zend_declare_property(ce, name, name_length, &property, access_type); access_type 3728 Zend/zend_API.c ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_type) /* {{{ */ access_type 3733 Zend/zend_API.c return zend_declare_property(ce, name, name_length, &property, access_type); access_type 3737 Zend/zend_API.c ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t value_len, int access_type) /* {{{ */ access_type 3742 Zend/zend_API.c return zend_declare_property(ce, name, name_length, &property, access_type); access_type 318 Zend/zend_API.h ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string *doc_comment); access_type 319 Zend/zend_API.h ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type); access_type 320 Zend/zend_API.h ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type); access_type 321 Zend/zend_API.h ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type); access_type 322 Zend/zend_API.h ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type); access_type 323 Zend/zend_API.h ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_type); access_type 324 Zend/zend_API.h ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_type); access_type 325 Zend/zend_API.h ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t value_len, int access_type); access_type 755 ext/pdo_sqlite/sqlite_driver.c static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, access_type 759 ext/pdo_sqlite/sqlite_driver.c switch (access_type) { access_type 41 ext/sqlite3/sqlite3.c static int php_sqlite3_authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, const char *arg5, const char *arg6); access_type 1978 ext/sqlite3/sqlite3.c static int php_sqlite3_authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, const char *arg5, const char *arg6) access_type 1980 ext/sqlite3/sqlite3.c switch (access_type) {