Home
last modified time | relevance | path

Searched refs:attribute (Results 26 – 50 of 151) sorted by relevance

1234567

/PHP-7.2/ext/tidy/examples/
H A Ddumpit5.php72 if(count($node->attribute)) {
76 foreach($node->attribute as $name=>$value) {
/PHP-7.2/ext/simplexml/tests/
H A D012.phpt33 Warning: main(): Cannot write or create unnamed attribute in %s012.php on line %d
39 Fatal error: Uncaught Error: Cannot create unnamed attribute in %s012.php:%d
H A Dbug51615.phpt22 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
24 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
/PHP-7.2/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt10 * Get/set text attribute.
42 // Get default attribute's value
50 // Set new attribute's value and see if it works out.
55 // Get attribute value back.
64 // Restore attribute's value to default
H A Dformatter_get_set_text_attribute_var2.phpt10 * Get/set text attribute.
42 // Get default attribute's value
50 // Set new attribute's value and see if it works out.
55 // Get attribute value back.
64 // Restore attribute's value to default
/PHP-7.2/ext/soap/tests/schema/
H A Dschema058.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema060.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
H A Dschema065.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" default="5"/>
H A Dschema066.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
H A Dschema067.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
H A Dschema070.phpt10 <attribute name="str" type="string"/>
14 <attribute name="int" type="int" default="5"/>
H A Dschema038.phpt13 <attribute ref="tns:int"/>
15 <attribute name="int" type="int"/>
H A Dschema040.phpt13 <attribute name="int">
17 </attribute>
H A Dschema043.phpt12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
H A Dschema045.phpt12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
H A Dschema046.phpt12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
H A Dschema048.phpt12 <attribute name="int" type="int"/>
19 <attribute name="int2" type="int"/>
H A Dschema025.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema028.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
/PHP-7.2/ext/xmlreader/tests/
H A Dbug64230.phpt41 Internal: Specification mandate%A value for attribute att
45 Warning: XMLReader::read(): %s: parser error : Specification mandate%A value for attribute att in %…
/PHP-7.2/ext/soap/
H A DTODO11 - root attribute (it is defined by SOAP 1.1, but not SOAP 1.2)
52 - <soap:body> parts attribute (with MIME/DIME binding)
55 - support for portType/operation parameterOrder attribute
56 - support for binding operation input/output name attribute (part of overloading)
H A Dphp_xml.c276 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex() argument
288 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
297 …ttribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, ch… in get_node_with_attribute_recursive_ex() argument
301 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
307 …xmlNodePtr tmp = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, va… in get_node_with_attribute_recursive_ex()
/PHP-7.2/ext/oci8/tests/
H A Ddriver_name_11gR2.phpt2 Verify that the Driver Name attribute is set
24 echo"**Test 1.1 - Default values for the attribute **************\n";
56 **Test 1.1 - Default values for the attribute **************
H A Ddriver_name.phpt2 Verify that the Driver Name attribute is set
27 echo"**Test 1.1 - Default values for the attribute **************\n";
59 **Test 1.1 - Default values for the attribute **************
/PHP-7.2/ext/standard/tests/strings/
H A Dbug40432.phpt2 Bug #40432 (strip_tags() fails with greater than in attribute)

Completed in 42 milliseconds

1234567