Home
last modified time | relevance | path

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

12345

/PHP-7.1/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"]=>
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 Dprofile07.phpt14 $rsattr = $root->child->attributes('reserved');
15 $myattr = $root->child->attributes('reserved-ns');
H A D001-mb.phpt14 ["@attributes"]=>
21 ["@attributes"]=>
H A D001.phpt14 ["@attributes"]=>
21 ["@attributes"]=>
H A D010.phpt35 ["@attributes"]=>
42 ["@attributes"]=>
H A D002.phpt35 ["@attributes"]=>
42 ["@attributes"]=>
/PHP-7.1/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.1/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.1/ext/zip/lib/
H A Dzip_file_get_external_attributes.c37 …butes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *attributes) in zip_file_get_external_attributes() argument
47 if (attributes) in zip_file_get_external_attributes()
48 *attributes = de->ext_attrib; in zip_file_get_external_attributes()
H A Dzip_file_set_external_attributes.c37 …ributes(zip_t *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-7.1/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-7.1/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.1/ext/tidy/tests/
H A D030.phpt14 'indent-attributes' => true, // Boolean
20 var_dump($c['indent-attributes']);
/PHP-7.1/win32/
H A Dioutil.c77 opts->attributes = 0; in php_win32_ioutil_posix_to_open_opts()
105 opts->attributes &= ~FILE_FLAG_BACKUP_SEMANTICS; in php_win32_ioutil_posix_to_open_opts()
142 opts->attributes |= FILE_ATTRIBUTE_NORMAL; in php_win32_ioutil_posix_to_open_opts()
145 opts->attributes |= FILE_ATTRIBUTE_READONLY; in php_win32_ioutil_posix_to_open_opts()
150 opts->attributes |= FILE_FLAG_DELETE_ON_CLOSE | FILE_ATTRIBUTE_TEMPORARY; in php_win32_ioutil_posix_to_open_opts()
155 opts->attributes |= FILE_ATTRIBUTE_TEMPORARY; in php_win32_ioutil_posix_to_open_opts()
162 opts->attributes |= FILE_FLAG_SEQUENTIAL_SCAN; in php_win32_ioutil_posix_to_open_opts()
165 opts->attributes |= FILE_FLAG_RANDOM_ACCESS; in php_win32_ioutil_posix_to_open_opts()
216 open_opts.attributes, in php_win32_ioutil_open_w()
/PHP-7.1/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 35 milliseconds

12345