Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_attributes.c76 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute()
91 static zend_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32… in get_attribute_str()
108 ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_string *lcname) in zend_get_attribute()
113 ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, const char *str, size_t len) in zend_get_attribute_str()
118 ZEND_API zend_attribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, u… in zend_get_parameter_attribute()
123 ZEND_API zend_attribute *zend_get_parameter_attribute_str(HashTable *attributes, const char *str, s… in zend_get_parameter_attribute_str()
172 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr) in zend_is_attribute_repeated()
209 ZEND_API zend_attribute *zend_add_attribute(HashTable **attributes, zend_string *name, uint32_t arg… in zend_add_attribute()
H A Dzend_compile.h377 HashTable *attributes; member
394 HashTable *attributes; member
436 HashTable *attributes; member
491 HashTable *attributes; member
515 HashTable *attributes; member
H A Dzend.h212 HashTable *attributes; member
H A Dzend_compile.c6518 static void zend_compile_attributes(HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_… in zend_compile_attributes()
/PHP-8.1/ext/ldap/
H A Dldap.stub.php55 …function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
58 …function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
61 …function ldap_search($ldap, array|string $base, array|string $filter, array $attributes = [], int …
/PHP-8.1/ext/simplexml/
H A Dsimplexml.stub.php39 …public function attributes(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLE… function in SimpleXMLElement
H A Dsimplexml.c1637 PHP_METHOD(SimpleXMLElement, attributes) in PHP_METHOD() argument
/PHP-8.1/ext/imap/
H A Dphp_imap.h91 long attributes; member
H A Dphp_imap.c4515 PHP_IMAP_EXPORT void mm_list(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_list()
4561 PHP_IMAP_EXPORT void mm_lsub(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_lsub()
/PHP-8.1/ext/opcache/
H A Dzend_persist_calc.c143 static void zend_persist_attributes_calc(HashTable *attributes) in zend_persist_attributes_calc()
H A Dzend_file_cache.c169 #define SERIALIZE_ATTRIBUTES(attributes) do { \ argument
179 #define UNSERIALIZE_ATTRIBUTES(attributes) do { \ argument
H A Dzend_persist.c261 static HashTable *zend_persist_attributes(HashTable *attributes) in zend_persist_attributes()
/PHP-8.1/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.c627 void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in _xml_startElementHandler()
/PHP-8.1/ext/soap/
H A Dphp_sdl.h74 HashTable *attributes; /* array of sdlAttributePtr */ member
202 HashTable *attributes; /* array of sdlAttributePtr */ member
/PHP-8.1/win32/
H A Dioutil.h98 DWORD attributes; member
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c149 HashTable *attributes; member
1105 static void reflection_attribute_factory(zval *object, HashTable *attributes, zend_attribute *data, in reflection_attribute_factory()
1124 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes()
1178 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes()
2819 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD() local
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php88 public ?DOMNamedNodeMap $attributes; variable in DOMNode

Completed in 172 milliseconds