Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 92) sorted by relevance

1234

/PHP-5.3/ext/simplexml/tests/
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 D033.phpt60 ["@attributes"]=>
68 ["@attributes"]=>
77 ["@attributes"]=>
87 ["@attributes"]=>
102 ["@attributes"]=>
110 ["@attributes"]=>
119 ["@attributes"]=>
129 ["@attributes"]=>
H A Dprofile10.phpt2 SimpleXML [profile]: Accessing two attributes with the same name, but different namespaces
14 $rsattr = $root->child->attributes('reserved-ns');
15 $spattr = $root->child->attributes('special-ns');
H A Dprofile12.phpt44 ["@attributes"]=>
51 ["@attributes"]=>
60 ["@attributes"]=>
67 ["@attributes"]=>
H A Dprofile13.phpt45 ["@attributes"]=>
52 ["@attributes"]=>
61 ["@attributes"]=>
68 ["@attributes"]=>
H A D000.phpt46 ["@attributes"]=>
57 ["@attributes"]=>
81 ["@attributes"]=>
93 ["@attributes"]=>
116 ["@attributes"]=>
128 ["@attributes"]=>
151 ["@attributes"]=>
193 ["@attributes"]=>
H A D022.phpt35 ["@attributes"]=>
44 ["@attributes"]=>
52 ["@attributes"]=>
H A DSimpleXMLElement_addAttribute_basic.phpt10 var_dump($simple->attributes());
15 ["@attributes"]=>
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
19 [@attributes] => Array
H A D001.phpt14 ["@attributes"]=>
21 ["@attributes"]=>
H A Dprofile07.phpt14 $rsattr = $root->child->attributes('reserved');
15 $myattr = $root->child->attributes('reserved-ns');
H A D002.phpt35 ["@attributes"]=>
42 ["@attributes"]=>
H A D010.phpt35 ["@attributes"]=>
42 ["@attributes"]=>
H A D004.phpt38 ["@attributes"]=>
45 ["@attributes"]=>
H A Dsxe_001.phpt34 ["@attributes"]=>
41 ["@attributes"]=>
H A D003.phpt35 ["@attributes"]=>
42 ["@attributes"]=>
H A D018.phpt2 SimpleXML: iteration through subnodes and attributes
33 foreach($node->attributes() as $attr => $value) {
H A Dbug45553.phpt2 Bug #45553 (Using XPath to return values for attributes with a namespace does not work)
20 echo $atts[0]->attributes() . "\n";
/PHP-5.3/ext/ldap/tests/
H A Dldap_explode_dn.phpt8 /* Explode with attributes */
11 /* Explode with attributes */
14 /* Explode without attributes */
17 /* Explode without attributes */
20 /* Explode with attributes and < > characters */
23 /* Explode without attributes and < > characters */
32 /* Bad DN value with attributes */
35 /* Bad DN value without attributes */
/PHP-5.3/ext/dom/tests/
H A DDOMElement_hasAttributes_basic.phpt24 echo "\nElement should have attributes:\n";
33 echo "\nElement should have no attributes:\n";
42 Element should have attributes:
48 Element should have no attributes:
/PHP-5.3/ext/xml/
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.3/ext/tidy/tests/
H A D030.phpt14 'indent-attributes' => true, // Boolean
21 var_dump($c['indent-attributes']);
/PHP-5.3/ext/oci8/tests/
H A Dconn_attr_5.phpt2 Set and get connection attributes with scope end.
21 echo"**Test - Set and get values for the attributes with scope end ************\n";
23 // Set the attributes in one scope and verify the values from another scope.
53 **Test - Set and get values for the attributes with scope end ************
H A Dconn_attr_1.phpt2 Set and get of connection attributes with all types of connections.
25 echo"**Test 1.1 - Default values for the attributes **************\n";
31 echo"**Test 1.2 - Set and get values for the attributes **************\n";
63 **Test 1.1 - Default values for the attributes **************
69 **Test 1.2 - Set and get values for the attributes **************
/PHP-5.3/ext/soap/
H A Dphp_schema.c172 if (!ctx->attributes) { in load_schema()
1762 addHash = ctx->attributes; in schema_attribute()
2096 if ((*tmp)->attributes) { in schema_attributegroup_fixup()
2228 if (type->attributes) { in schema_type_fixup()
2251 if (ctx->attributes) { in schema_pass2()
2286 if (ctx->attributes) { in schema_pass2()
2288 efree(ctx->attributes); in schema_pass2()
2360 if (type->attributes) { in delete_type()
2362 efree(type->attributes); in delete_type()
2407 if (type->attributes) { in delete_type_persistent()
[all …]

Completed in 82 milliseconds

1234