Home
last modified time | relevance | path

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

123456789

/php-src/ext/soap/
H A Dphp_schema.c212 if (!ctx->attributes) { in load_schema()
1809 addHash = ctx->attributes; in schema_attribute()
2164 if (tmp->attributes) { in schema_attributegroup_fixup()
2289 if (type->attributes) { in schema_type_fixup()
2316 if (ctx->attributes) { in schema_pass2()
2341 if (ctx->attributes) { in schema_pass2()
2343 efree(ctx->attributes); in schema_pass2()
2419 if (type->attributes) { in delete_type()
2421 efree(type->attributes); in delete_type()
2468 if (type->attributes) { in delete_type_persistent()
[all …]
/php-src/ext/dom/tests/
H A DDOMDocument_loadXML_error2_gte2_11.phpt8 This test verifies the method detects attributes values not closed between " or '
26 Warning: DOMDocument::loadXML(): internal error: xmlParseStartTag: problem parsing attributes in En…
H A Dgh14343.phpt10 $attr= $fromdom->firstChild->attributes->item(0);
H A Dbug45251.phpt21 foreach ($bbb->attributes as $attr)
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 DDOM4_ParentNode_append_with_attributes.phpt2 DOMParentNode::append() with attributes
/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/ext/zend_test/tests/
H A Dattribute-named-parameter.phpt2 Verify that attributes for internal functions correctly support named arguments.
/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)
/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
/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/Zend/tests/property_hooks/
H A Dparameter_attributes.phpt2 Hook parameters accept parameter-targeted attributes

Completed in 27 milliseconds

123456789