Home
last modified time | relevance | path

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

12345

/PHP-7.4/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 Dbug69169.phpt25 [@attributes] => Array
34 [@attributes] => Array
41 [@attributes] => Array
52 [@attributes] => Array
59 [@attributes] => Array
H A Dbug67116.phpt45 [@attributes] => Array
58 [@attributes] => Array
73 [@attributes] => Array
82 [@attributes] => Array
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"]=>
191 ["@attributes"]=>
H A DSimpleXMLElement_addAttribute_basic.phpt10 var_dump($simple->attributes());
15 ["@attributes"]=>
H A D022.phpt35 ["@attributes"]=>
44 ["@attributes"]=>
52 ["@attributes"]=>
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
19 [@attributes] => Array
H A D001-mb.phpt14 ["@attributes"]=>
21 ["@attributes"]=>
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 Dsxe_001.phpt34 ["@attributes"]=>
41 ["@attributes"]=>
H A D004.phpt38 ["@attributes"]=>
45 ["@attributes"]=>
/PHP-7.4/Zend/tests/traits/
H A Dbug60717.phpt11 function attributes(array $attributes = null);
12 function textArea(array $attributes = null, $value);
22 function textArea(array $attributes = null, $value) {}
23 abstract function attributes(array $attributes = null);
29 function attributes(array $attributes = null) { }
/PHP-7.4/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-7.4/ext/dom/tests/
H A DDOMNamedNodeMap_count.phpt20 var_dump($root->attributes->length);
21 var_dump($root->attributes->count());
22 var_dump(count($root->attributes));
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-7.4/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-7.4/ext/tidy/tests/
H A D030.phpt14 'indent-attributes' => true, // Boolean
20 var_dump($c['indent-attributes']);
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr_5.phpt2 Set and get connection attributes with scope end.
24 echo"**Test - Set and get values for the attributes with scope end ************\n";
26 // Set the attributes in one scope and verify the values from another scope.
55 **Test - Set and get values for the attributes with scope end ************

Completed in 34 milliseconds

12345