Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 104) sorted by last modified time

12345

/PHP-5.6/ext/zip/lib/
H A Dzip_file_get_external_attributes.c37 …(struct zip *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *attributes) in zip_file_get_external_attributes() argument
49 if (attributes) in zip_file_get_external_attributes()
50 *attributes = de->ext_attrib; in zip_file_get_external_attributes()
H A Dzip_file_set_external_attributes.c37 …es(struct zip *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t opsys, zip_uint32_t attributes) in zip_file_set_external_attributes() argument
57 changed = (opsys != unchanged_opsys || attributes != unchanged_attributes); in zip_file_set_external_attributes()
67 e->changes->ext_attrib = attributes; in zip_file_set_external_attributes()
/PHP-5.6/ext/xmlreader/tests/
H A D003.phpt2 XMLReader: libxml2 XML Reader, attributes test
57 // Numeric positions of attributes
H A D004.phpt2 XMLReader: libxml2 XML Reader, attributes test
H A D012.phpt2 XMLReader: accessing empty and non existing attributes
/PHP-5.6/ext/xml/
H A Dxml.c776 void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in _xml_startElementHandler() argument
779 const char **attrs = (const char **) attributes; in _xml_startElementHandler()
796 while (attributes && *attributes) { in _xml_startElementHandler()
797 att = _xml_decode_tag(parser, attributes[0]); in _xml_startElementHandler()
798 val = xml_utf8_decode(attributes[1], strlen(attributes[1]), &val_len, parser->target_encoding); in _xml_startElementHandler()
802 attributes += 2; in _xml_startElementHandler()
832 attributes = (const XML_Char **) attrs; in _xml_startElementHandler()
834 while (attributes && *attributes) { in _xml_startElementHandler()
835 att = _xml_decode_tag(parser, attributes[0]); in _xml_startElementHandler()
836 val = xml_utf8_decode(attributes[1], strlen(attributes[1]), &val_len, parser->target_encoding); in _xml_startElementHandler()
[all …]
H A Dcompat.c60 if (attributes) { in _start_element_handler()
61 while (attributes[attno] != NULL) { in _start_element_handler()
65 att_name = (char *)attributes[attno++]; in _start_element_handler()
138 if (attributes) { in _start_element_handler_ns()
143 att_name = (char *) attributes[y++]; in _start_element_handler_ns()
144 att_prefix = (char *)attributes[y++]; in _start_element_handler_ns()
146 att_value = (char *)attributes[y++]; in _start_element_handler_ns()
171 if (attributes != NULL) { in _start_element_handler_ns()
177 if (attributes[y+1] != NULL) { in _start_element_handler_ns()
178 _qualify_namespace(parser, attributes[y] , attributes[y + 2], &qualified_name_attr); in _start_element_handler_ns()
[all …]
/PHP-5.6/ext/xml/tests/
H A Dbug26528.phpt25 ["attributes"]=>
H A Dbug50576.phpt69 [attributes] => Array
H A Dxml007.phpt45 ["attributes"]=>
H A Dxml010.phpt2 XML parser test, attributes
/PHP-5.6/ext/tidy/tests/
H A D011.phpt2 Accessing attributes of a node
H A D030.phpt14 'indent-attributes' => true, // Boolean
21 var_dump($c['indent-attributes']);
/PHP-5.6/ext/standard/tests/strings/
H A Dstrip_tags_variation11.phpt2 Test strip_tags() function : obscure values within attributes
/PHP-5.6/ext/soap/
H A Dsoap.c4789 if (type->attributes &&
4790 zend_hash_find(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
4814 if (type->attributes &&
4815 zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
4834 if (type->attributes &&
4835 zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
4872 if (type->attributes) {
4875 zend_hash_internal_pointer_reset_ex(type->attributes, &pos);
4876 while (zend_hash_get_current_data_ex(type->attributes, (void **)&attr, &pos) != FAILURE) {
4887 zend_hash_move_forward_ex(type->attributes, &pos);
H A Dphp_schema.c172 if (!ctx->attributes) { in load_schema()
1786 addHash = ctx->attributes; in schema_attribute()
2139 if ((*tmp)->attributes) { in schema_attributegroup_fixup()
2272 if (type->attributes) { in schema_type_fixup()
2295 if (ctx->attributes) { in schema_pass2()
2330 if (ctx->attributes) { in schema_pass2()
2332 efree(ctx->attributes); in schema_pass2()
2404 if (type->attributes) { in delete_type()
2406 efree(type->attributes); in delete_type()
2451 if (type->attributes) { in delete_type_persistent()
[all …]
H A Dphp_sdl.c1388 type->attributes = emalloc(sizeof(HashTable)); in sdl_deserialize_type()
1393 sdl_deserialize_key(type->attributes, attr, in); in sdl_deserialize_type()
1997 if (type->attributes) { in sdl_serialize_type()
1998 i = zend_hash_num_elements(type->attributes); in sdl_serialize_type()
2005 zend_hash_internal_pointer_reset(type->attributes); in sdl_serialize_type()
2007 sdl_serialize_key(type->attributes, out); in sdl_serialize_type()
2009 zend_hash_move_forward(type->attributes); in sdl_serialize_type()
2821 if (ptype->attributes) { in make_persistent_sdl_type()
2824 ptype->attributes = malloc(sizeof(HashTable)); in make_persistent_sdl_type()
2825 …zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute… in make_persistent_sdl_type()
[all …]
H A Dphp_sdl.h77 HashTable *attributes; /* array of sdlAttributePtr */ member
205 HashTable *attributes; /* array of sdlAttributePtr */ member
H A Dphp_encoding.c1602 if (sdlType->attributes) { in to_zval_object_ex()
1634 zend_hash_move_forward_ex(sdlType->attributes, &pos); in to_zval_object_ex()
1978 sdlType->attributes == NULL && in to_xml_object()
2005 if (sdlType->attributes) { in to_xml_object()
2039 zend_hash_move_forward_ex(sdlType->attributes, &pos); in to_xml_object()
2385 sdl_type->attributes && in to_xml_array()
2434 sdl_type->attributes && in to_xml_array()
2466 sdl_type->attributes && in to_xml_array()
2631 type->sdl_type->attributes != NULL && in to_zval_array()
2653 type->sdl_type->attributes != NULL && in to_zval_array()
[all …]
/PHP-5.6/ext/simplexml/tests/
H A D022.phpt35 ["@attributes"]=>
44 ["@attributes"]=>
52 ["@attributes"]=>
H A D023.phpt26 ["@attributes"]=>
H A D024.phpt2 SimpleXML: XPath and attributes
39 ["@attributes"]=>
47 ["@attributes"]=>
55 ["@attributes"]=>
66 ["@attributes"]=>
74 ["@attributes"]=>
82 ["@attributes"]=>
93 ["@attributes"]=>
101 ["@attributes"]=>
109 ["@attributes"]=>
[all …]
H A D026.phpt17 foreach($xml->attributes() as $attr => $value)
H A D027.phpt15 foreach($xml->attributes() as $attr => $value)
H A D028.phpt15 foreach($xml->attributes() as $attr => $value)

Completed in 208 milliseconds

12345