Home
last modified time | relevance | path

Searched refs:attributes (Results 76 – 100 of 201) sorted by relevance

123456789

/php-src/ext/dom/tests/modern/spec/
H A DDocument_importLegacyNode.phpt25 var_dump($child->attributes);
26 foreach ($child->attributes as $attr) {
H A DNode_isDefaultNamespace.phpt36 dump($dom->getElementsByTagName('svg')[0]->attributes[0]);
45 echo "--- custom namespace with a prefix and with attributes ---\n";
95 --- custom namespace with a prefix and with attributes ---
/php-src/.github/ISSUE_TEMPLATE/
H A Dfeature_request.yml6 attributes:
/php-src/Zend/tests/
H A Daccess_modifiers_002.phpt2 using multiple access modifiers (attributes)
/php-src/ext/reflection/tests/
H A Dbug41884.phpt2 Bug #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes)
/php-src/Zend/tests/enum/
H A Dcase-attributes.phpt2 Enum case attributes
/php-src/Zend/tests/readonly_props/
H A Doverride_with_attributes.phpt2 Can override readonly property with attributes
/php-src/ext/simplexml/tests/
H A D016a.phpt2 SimpleXML: concatenating attributes
H A Dprofile06.phpt14 $attr = $root->child->attributes('reserved-ns');
H A D026.phpt17 foreach($xml->attributes() as $attr => $value)
H A D009b.phpt23 ["@attributes"]=>
/php-src/ext/openssl/tests/
H A Dopenssl_csr_attribs.cnf9 attributes = req_attributes
/php-src/ext/xmlreader/tests/
H A D003-mb.phpt2 XMLReader: libxml2 XML Reader, attributes test
56 // Numeric positions of attributes
H A D003.phpt2 XMLReader: libxml2 XML Reader, attributes test
56 // Numeric positions of attributes
/php-src/ext/tidy/tests/
H A D011.phpt2 Accessing attributes of a node
/php-src/ext/xml/tests/
H A Dbug26528.phpt23 ["attributes"]=>
H A Dbug30875.phpt30 ["attributes"]=>
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dcontains_attribute_direct_descendent.phpt15 $attribute = $container->attributes[0];
H A Dcontains_attribute_freestanding.phpt11 $attribute = $foo->attributes[0];
H A Dcontains_attribute_longer_descendent.phpt20 $attribute = $p->attributes[0];
/php-src/Zend/tests/attributes/
H A D029_reflect_internal_symbols.phpt2 Reflect attributes on different kinds of internal symbols
/php-src/ext/dom/tests/
H A Ddom001.phpt61 print "Removed " . $attr . " attributes.\n";
63 echo "--------- attributes of rootnode\n";
64 $attrs = $rootnode->attributes;
167 Removed 1 attributes.
168 --------- attributes of rootnode
H A Dbug45251.phpt21 foreach ($bbb->attributes as $attr)
H A DDOM4_ParentNode_append_with_attributes.phpt2 DOMParentNode::append() with attributes
/php-src/build/
H A Dgen_stub.php846 $this->attributes = $attributes;
1278 $this->attributes = $attributes;
2358 $this->attributes = $attributes;
3183 $this->attributes = $attributes;
4308 array $attributes argument
4351 $attributes,
4368 array $attributes argument
4413 $attributes,
4442 $attributes = [];
4510 $attributes,
[all …]

Completed in 39 milliseconds

123456789