Home
last modified time | relevance | path

Searched refs:attributes (Results 26 – 50 of 100) sorted by relevance

1234

/PHP-5.5/ext/simplexml/tests/
H A D003.phpt35 ["@attributes"]=>
42 ["@attributes"]=>
H A D018.phpt2 SimpleXML: iteration through subnodes and attributes
33 foreach($node->attributes() as $attr => $value) {
H A Dbug45553.phpt2 Bug #45553 (Using XPath to return values for attributes with a namespace does not work)
20 echo $atts[0]->attributes() . "\n";
H A Dprofile06.phpt14 $attr = $root->child->attributes('reserved-ns');
H A D016a.phpt2 SimpleXML: concatenating attributes
H A D026.phpt17 foreach($xml->attributes() as $attr => $value)
H A D009b.phpt25 ["@attributes"]=>
H A D023.phpt26 ["@attributes"]=>
H A D031.phpt27 $d = $sxe->attributes();
50 Warning: SimpleXMLElement::addChild(): Cannot add element to attributes in %s031.php on line %d
H A D028.phpt15 foreach($xml->attributes() as $attr => $value)
H A Dbug38406.phpt2 Bug #38406 (crash when assigning objects to SimpleXML attributes)
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_error2.phpt4 This test verifies the method detects attributes values not closed between " or '
24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
H A DDOMDocument_load_error2.phpt4 This test verifies the method detects attributes values not closed between " or '
24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
H A Ddom001.phpt61 print "Removed " . $attr . " attributes.\n";
63 echo "--------- attributes of rootnode\n";
64 $attrs = $rootnode->attributes;
172 Removed 1 attributes.
173 --------- attributes of rootnode
H A Dbug45251.phpt21 foreach ($bbb->attributes as $attr)
H A Dbug47848.phpt14 $attr= $fromdom->firstChild->attributes->item(0);
/PHP-5.5/ext/soap/
H A Dphp_schema.c172 if (!ctx->attributes) { in load_schema()
1786 addHash = ctx->attributes; in schema_attribute()
2139 if ((*tmp)->attributes) { in schema_attributegroup_fixup()
2272 if (type->attributes) { in schema_type_fixup()
2295 if (ctx->attributes) { in schema_pass2()
2330 if (ctx->attributes) { in schema_pass2()
2332 efree(ctx->attributes); in schema_pass2()
2404 if (type->attributes) { in delete_type()
2406 efree(type->attributes); in delete_type()
2451 if (type->attributes) { in delete_type_persistent()
[all …]
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_002.phpt2 using multiple access modifiers (attributes)
/PHP-5.5/ext/reflection/tests/
H A Dbug41884.phpt2 Bug #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes)
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_3.phpt2 Set and get of connection attributes with oci_close().
21 echo"**Test Set and get values for the attributes with oci_close() ************\n";
62 **Test Set and get values for the attributes with oci_close() ************
/PHP-5.5/ext/xmlreader/tests/
H A D003.phpt2 XMLReader: libxml2 XML Reader, attributes test
57 // Numeric positions of attributes
/PHP-5.5/ext/xml/tests/
H A Dbug26528.phpt25 ["attributes"]=>
H A Dxml007.phpt45 ["attributes"]=>
/PHP-5.5/ext/tidy/tests/
H A D011.phpt2 Accessing attributes of a node
/PHP-5.5/ext/xml/
H A Dxml.c771 void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in _xml_startElementHandler() argument
774 const char **attrs = (const char **) attributes; in _xml_startElementHandler()
791 while (attributes && *attributes) { in _xml_startElementHandler()
792 att = _xml_decode_tag(parser, attributes[0]); in _xml_startElementHandler()
793 val = xml_utf8_decode(attributes[1], strlen(attributes[1]), &val_len, parser->target_encoding); in _xml_startElementHandler()
797 attributes += 2; in _xml_startElementHandler()
827 attributes = (const XML_Char **) attrs; in _xml_startElementHandler()
829 while (attributes && *attributes) { in _xml_startElementHandler()
830 att = _xml_decode_tag(parser, attributes[0]); in _xml_startElementHandler()
831 val = xml_utf8_decode(attributes[1], strlen(attributes[1]), &val_len, parser->target_encoding); in _xml_startElementHandler()
[all …]

Completed in 60 milliseconds

1234