Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_API.c3709 …property_ex(zend_class_entry *ce, zend_string *name, zval *property, int access_type, zend_string … in zend_declare_property_ex()
3790 …d_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type) /* {{{ */ in zend_declare_property()
3799 …roperty_null(zend_class_entry *ce, const char *name, size_t name_length, int access_type) /* {{{ */ in zend_declare_property_null()
3808 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_bool()
3817 …_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_type) /* {{{ */ in zend_declare_property_long()
3826 …end_class_entry *ce, const char *name, size_t name_length, double value, int access_type) /* {{{ */ in zend_declare_property_double()
3835 …lass_entry *ce, const char *name, size_t name_length, const char *value, int access_type) /* {{{ */ in zend_declare_property_string()
3844 …nst char *name, size_t name_length, const char *value, size_t value_len, int access_type) /* {{{ */ in zend_declare_property_stringl()
3853 …ss_constant_ex(zend_class_entry *ce, zend_string *name, zval *value, int access_type, zend_string … in zend_declare_class_constant_ex()
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c758 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c2061 static int php_sqlite3_authorizer(void *autharg, int access_type, const char *arg3, const char *arg… in php_sqlite3_authorizer()

Completed in 37 milliseconds