Home
last modified time | relevance | path

Searched refs:attributes (Results 101 – 125 of 201) sorted by relevance

123456789

/php-src/ext/simplexml/tests/
H A D023.phpt25 ["@attributes"]=>
H A D028.phpt15 foreach($xml->attributes() as $attr => $value)
H A D031.phpt27 $d = $sxe->attributes();
49 Warning: SimpleXMLElement::addChild(): Cannot add element to attributes in %s031.php on line %d
H A Dbug38406.phpt2 Bug #38406 (crash when assigning objects to SimpleXML attributes)
H A D030.phpt26 $atts = $sxe->attributes("urn::test");
H A Dbug51615.phpt25 ["@attributes"]=>
/php-src/ext/openssl/tests/
H A Dbug72165.phpt12 Warning: openssl_csr_new(): attributes: numeric fild names are not supported in %sbug72165.php on l…
/php-src/ext/dom/tests/
H A DDOMEntityReference_predefined_free.phpt32 ["attributes"]=>
H A Dbug80602_3.phpt65 ["attributes"]=>
122 ["attributes"]=>
H A Dbug47848.phpt14 $attr= $fromdom->firstChild->attributes->item(0);
H A DDOMDocument_adoptNode_attribute_references.phpt16 foreach ($dom->documentElement->attributes as $attr) {
H A DDOMElement_toggleAttribute.phpt64 echo "Toggling namespaced attributes:\n";
78 echo "Toggling namespaced attributes:\n";
139 Toggling namespaced attributes:
149 Toggling namespaced attributes:
H A Dbug54382.phpt2 Bug #54382 DOMNode::getAttributeNodeNS doesn't get xmlns* attributes
/php-src/ext/xml/
H A Dxml.c586 void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in _xml_startElementHandler() argument
589 const char **attrs = (const char **) attributes; in _xml_startElementHandler()
606 while (attributes && *attributes) { in _xml_startElementHandler()
609 att = _xml_decode_tag(parser, attributes[0]); in _xml_startElementHandler()
610 val = xml_utf8_decode(attributes[1], strlen((char *)attributes[1]), parser->target_encoding); in _xml_startElementHandler()
615 attributes += 2; in _xml_startElementHandler()
643 attributes = (const XML_Char **) attrs; in _xml_startElementHandler()
645 while (attributes && *attributes) { in _xml_startElementHandler()
648 att = _xml_decode_tag(parser, attributes[0]); in _xml_startElementHandler()
649 val = xml_utf8_decode(attributes[1], strlen((char *)attributes[1]), parser->target_encoding); in _xml_startElementHandler()
[all …]
/php-src/ext/tidy/tests/
H A Dgh12980.phpt2 GH-12980 (tidynode.props.attribute is missing "Boolean Attributes" and empty attributes)
/php-src/ext/xml/tests/
H A Dxml007.phpt46 ["attributes"]=>
/php-src/Zend/tests/prop_const_expr/
H A Dattributes.phpt2 Allow fetching properties in attributes
/php-src/ext/zend_test/tests/
H A Dgen_stub_test_03.phpt2 gen_stub.php: Test that attributes are applied to constants, properties, and methods
/php-src/ext/ldap/tests/
H A Dldap_next_attribute_error.phpt30 Warning: ldap_next_attribute(): Called before calling ldap_first_attribute() or no attributes found…
/php-src/win32/
H A Dioutil.c78 opts->attributes = 0; in php_win32_ioutil_posix_to_open_opts()
106 opts->attributes &= ~FILE_FLAG_BACKUP_SEMANTICS; in php_win32_ioutil_posix_to_open_opts()
140 opts->attributes |= FILE_ATTRIBUTE_NORMAL; in php_win32_ioutil_posix_to_open_opts()
143 opts->attributes |= FILE_ATTRIBUTE_READONLY; in php_win32_ioutil_posix_to_open_opts()
148 opts->attributes |= FILE_FLAG_DELETE_ON_CLOSE | FILE_ATTRIBUTE_TEMPORARY; in php_win32_ioutil_posix_to_open_opts()
153 opts->attributes |= FILE_ATTRIBUTE_TEMPORARY; in php_win32_ioutil_posix_to_open_opts()
160 opts->attributes |= FILE_FLAG_SEQUENTIAL_SCAN; in php_win32_ioutil_posix_to_open_opts()
163 opts->attributes |= FILE_FLAG_RANDOM_ACCESS; in php_win32_ioutil_posix_to_open_opts()
214 open_opts.attributes, in php_win32_ioutil_open_w()
/php-src/ext/xmlreader/tests/
H A D004.phpt2 XMLReader: libxml2 XML Reader, attributes test
/php-src/Zend/tests/named_params/
H A Dattributes.phpt2 Named params in attributes
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation11.phpt2 Test strip_tags() function : obscure values within attributes
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dattribute_order_same_element.phpt14 $attrs = $dom->documentElement->attributes;
/php-src/ext/opcache/
H A Dzend_file_cache.c171 if ((attributes) && !IS_SERIALIZED(attributes)) { \
173 SERIALIZE_PTR(attributes); \
174 ht = (attributes); \
181 if ((attributes) && !IS_UNSERIALIZED(attributes)) { \
183 UNSERIALIZE_PTR(attributes); \
184 ht = (attributes); \
674 SERIALIZE_ATTRIBUTES(prop->attributes);
701 SERIALIZE_ATTRIBUTES(c->attributes);
755 SERIALIZE_ATTRIBUTES(ce->attributes);
1539 UNSERIALIZE_ATTRIBUTES(c->attributes);
[all …]

Completed in 45 milliseconds

123456789