Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 18 of 18) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_attributes.c70 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute()
85 static zend_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32… in get_attribute_str()
102 ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_string *lcname) in zend_get_attribute()
107 ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, const char *str, size_t len) in zend_get_attribute_str()
112 ZEND_API zend_attribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, u… in zend_get_parameter_attribute()
117 ZEND_API zend_attribute *zend_get_parameter_attribute_str(HashTable *attributes, const char *str, s… in zend_get_parameter_attribute_str()
166 ZEND_API zend_bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr) in zend_is_attribute_repeated()
203 ZEND_API zend_attribute *zend_add_attribute(HashTable **attributes, zend_string *name, uint32_t arg… in zend_add_attribute()
H A Dzend_compile.h367 HashTable *attributes; member
384 HashTable *attributes; member
424 HashTable *attributes; member
474 HashTable *attributes; member
498 HashTable *attributes; member
H A Dzend.h173 HashTable *attributes; member
H A Dzend_compile.c6244 static void zend_compile_attributes(HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_… in zend_compile_attributes()
/PHP-8.0/sapi/phpdbg/
H A Dxml.md74 ### attributes ### subsection
91 ### attributes ### subsection
100 ### attributes ### subsection
156 ### attributes ### subsection
576 ### attributes ### subsection
592 ### attributes ### subsection
620 ### attributes ### subsection
/PHP-8.0/ext/ldap/
H A Dldap.stub.php40 function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $at…
46 function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $at…
52 function ldap_search($ldap, array|string $base, array|string $filter, array $attributes = [], int $…
/PHP-8.0/ext/simplexml/
H A Dsimplexml.stub.php38 public function attributes(?string $namespaceOrPrefix = null, bool $isPrefix = false) {} function in SimpleXMLElement
H A Dsimplexml.c1644 SXE_METHOD(attributes) in SXE_METHOD() argument
/PHP-8.0/ext/imap/
H A Dphp_imap.h96 long attributes; member
H A Dphp_imap.c4558 PHP_IMAP_EXPORT void mm_list(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_list()
4604 PHP_IMAP_EXPORT void mm_lsub(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_lsub()
/PHP-8.0/ext/xml/
H A Dcompat.c49 _start_element_handler(void *user, const xmlChar *name, const xmlChar **attributes) in _start_element_handler()
89 …ces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) in _start_element_handler_ns()
H A Dxml.c628 void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in _xml_startElementHandler()
/PHP-8.0/ext/opcache/
H A Dzend_persist_calc.c144 static void zend_persist_attributes_calc(HashTable *attributes) in zend_persist_attributes_calc()
H A Dzend_file_cache.c167 #define SERIALIZE_ATTRIBUTES(attributes) do { \ argument
177 #define UNSERIALIZE_ATTRIBUTES(attributes) do { \ argument
H A Dzend_persist.c253 static HashTable *zend_persist_attributes(HashTable *attributes) in zend_persist_attributes()
/PHP-8.0/ext/soap/
H A Dphp_sdl.h74 HashTable *attributes; /* array of sdlAttributePtr */ member
202 HashTable *attributes; /* array of sdlAttributePtr */ member
/PHP-8.0/win32/
H A Dioutil.h98 DWORD attributes; member
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c142 HashTable *attributes; member
1092 static void reflection_attribute_factory(zval *object, HashTable *attributes, zend_attribute *data, in reflection_attribute_factory()
1111 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes()
1165 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes()
2704 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD() local

Completed in 108 milliseconds