/PHP-8.2/Zend/ |
H A D | zend_attributes.c | 159 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute() 174 static zend_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32… in get_attribute_str() 189 ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_string *lcname) in zend_get_attribute() 194 ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, const char *str, size_t len) in zend_get_attribute_str() 199 ZEND_API zend_attribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, u… in zend_get_parameter_attribute() 204 ZEND_API zend_attribute *zend_get_parameter_attribute_str(HashTable *attributes, const char *str, s… in zend_get_parameter_attribute_str() 253 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr) in zend_is_attribute_repeated() 290 ZEND_API zend_attribute *zend_add_attribute(HashTable **attributes, zend_string *name, uint32_t arg… in zend_add_attribute()
|
H A D | zend_compile.h | 391 HashTable *attributes; member 408 HashTable *attributes; member 450 HashTable *attributes; member 505 HashTable *attributes; member 531 HashTable *attributes; member
|
H A D | zend.h | 215 HashTable *attributes; member
|
H A D | zend_compile.c | 6676 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes()
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.stub.php | 632 …function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $a…
|
/PHP-8.2/ext/simplexml/ |
H A D | simplexml.stub.php | 39 …public function attributes(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLE… function in SimpleXMLElement
|
H A D | simplexml.c | 1669 PHP_METHOD(SimpleXMLElement, attributes) in PHP_METHOD() argument
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.h | 91 long attributes; member
|
H A D | php_imap.c | 4363 PHP_IMAP_EXPORT void mm_list(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_list() 4409 PHP_IMAP_EXPORT void mm_lsub(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) in mm_lsub()
|
/PHP-8.2/ext/opcache/ |
H A D | zend_persist_calc.c | 156 static void zend_persist_attributes_calc(HashTable *attributes) in zend_persist_attributes_calc()
|
H A D | zend_file_cache.c | 169 #define SERIALIZE_ATTRIBUTES(attributes) do { \ argument 179 #define UNSERIALIZE_ATTRIBUTES(attributes) do { \ argument
|
H A D | zend_persist.c | 273 static HashTable *zend_persist_attributes(HashTable *attributes) in zend_persist_attributes()
|
/PHP-8.2/ext/xml/ |
H A D | compat.c | 49 _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 D | xml.c | 593 void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in _xml_startElementHandler()
|
/PHP-8.2/ext/soap/ |
H A D | php_sdl.h | 74 HashTable *attributes; /* array of sdlAttributePtr */ member 202 HashTable *attributes; /* array of sdlAttributePtr */ member
|
/PHP-8.2/build/ |
H A D | gen_stub.php | 821 public array $attributes; variable in ArgInfo 833 array $attributes 2385 public array $attributes; variable in ClassInfo 2420 array $attributes,
|
/PHP-8.2/win32/ |
H A D | ioutil.h | 98 DWORD attributes; member
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.c | 146 HashTable *attributes; member 1111 static void reflection_attribute_factory(zval *object, HashTable *attributes, zend_attribute *data, in reflection_attribute_factory() 1130 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes() 1184 static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *attributes, in reflect_attributes() 2857 HashTable *attributes = param->fptr->common.attributes; in ZEND_METHOD() local
|
/PHP-8.2/ext/dom/ |
H A D | php_dom.stub.php | 323 public ?DOMNamedNodeMap $attributes; variable in DOMNode
|