/PHP-7.2/ext/simplexml/tests/ |
H A D | 024.phpt | 2 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 D | 033.phpt | 60 ["@attributes"]=> 68 ["@attributes"]=> 77 ["@attributes"]=> 87 ["@attributes"]=> 102 ["@attributes"]=> 110 ["@attributes"]=> 119 ["@attributes"]=> 129 ["@attributes"]=>
|
H A D | bug69169.phpt | 25 [@attributes] => Array 34 [@attributes] => Array 41 [@attributes] => Array 52 [@attributes] => Array 59 [@attributes] => Array
|
H A D | bug67116.phpt | 45 [@attributes] => Array 58 [@attributes] => Array 73 [@attributes] => Array 82 [@attributes] => Array
|
H A D | profile10.phpt | 2 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 D | profile12.phpt | 44 ["@attributes"]=> 51 ["@attributes"]=> 60 ["@attributes"]=> 67 ["@attributes"]=>
|
H A D | profile13.phpt | 45 ["@attributes"]=> 52 ["@attributes"]=> 61 ["@attributes"]=> 68 ["@attributes"]=>
|
H A D | 000.phpt | 46 ["@attributes"]=> 57 ["@attributes"]=> 81 ["@attributes"]=> 93 ["@attributes"]=> 116 ["@attributes"]=> 128 ["@attributes"]=> 151 ["@attributes"]=> 191 ["@attributes"]=>
|
H A D | 022.phpt | 35 ["@attributes"]=> 44 ["@attributes"]=> 52 ["@attributes"]=>
|
H A D | SimpleXMLElement_addAttribute_basic.phpt | 10 var_dump($simple->attributes()); 15 ["@attributes"]=>
|
H A D | bug46048.phpt | 2 Bug #46048 (SimpleXML top-level @attributes not part of iterator) 19 [@attributes] => Array
|
H A D | 001-mb.phpt | 14 ["@attributes"]=> 21 ["@attributes"]=>
|
H A D | 001.phpt | 14 ["@attributes"]=> 21 ["@attributes"]=>
|
H A D | profile07.phpt | 14 $rsattr = $root->child->attributes('reserved'); 15 $myattr = $root->child->attributes('reserved-ns');
|
H A D | 002.phpt | 35 ["@attributes"]=> 42 ["@attributes"]=>
|
/PHP-7.2/Zend/tests/traits/ |
H A D | bug60717.phpt | 11 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.2/ext/ldap/tests/ |
H A D | ldap_explode_dn.phpt | 8 /* 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.2/ext/zip/lib/ |
H A D | zip_file_get_external_attributes.c | 37 …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 D | zip_file_set_external_attributes.c | 37 …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.2/ext/dom/tests/ |
H A D | DOMNamedNodeMap_count.phpt | 20 var_dump($root->attributes->length); 21 var_dump($root->attributes->count()); 22 var_dump(count($root->attributes));
|
H A D | DOMElement_hasAttributes_basic.phpt | 24 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.2/ext/xml/ |
H A D | compat.c | 60 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.2/ext/tidy/tests/ |
H A D | 030.phpt | 14 'indent-attributes' => true, // Boolean 20 var_dump($c['indent-attributes']);
|
/PHP-7.2/ext/oci8/tests/ |
H A D | conn_attr_5.phpt | 2 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 ************
|
/PHP-7.2/win32/ |
H A D | ioutil.c | 77 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()
|