Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/simplexml/tests/
H A D012.phpt34 Warning: main(): Cannot write or create unnamed attribute in %s012.php on line %d
40 Fatal error: main(): Cannot create unnamed attribute in %s012.php on line %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-5.5/ext/tidy/examples/
H A Ddumpit5.php72 if(count($node->attribute)) {
76 foreach($node->attribute as $name=>$value) {
H A Durlgrab5.php21 $urls[] = $node->attribute['href'];
/PHP-5.5/ext/ldap/tests/
H A Dldap_add_error.phpt65 // Invalid attribute
83 /* Is this correct behaviour to still have "Undefined attribute type" as error/errno?
129 Warning: ldap_add(): Add: Undefined attribute type in %s on line %d
131 string(24) "Undefined attribute type"
134 Warning: ldap_add(): Unknown attribute in the data in %s on line %d
/PHP-5.5/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"/>
H A Dschema083.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
/PHP-5.5/ext/xmlreader/tests/
H A Dbug64230.phpt41 Internal: Specification mandate value for attribute att
45 Warning: XMLReader::read(): %s: parser error : Specification mandate value for attribute att in %s …
/PHP-5.5/ext/oci8/tests/
H A Ddriver_name.phpt2 Verify that the Driver Name attribute is set
21 echo"**Test 1.1 - Default values for the attribute **************\n";
53 **Test 1.1 - Default values for the attribute **************
/PHP-5.5/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.c277 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex() argument
289 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
298 …ttribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, ch… in get_node_with_attribute_recursive_ex() argument
302 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
308 …xmlNodePtr tmp = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, va… in get_node_with_attribute_recursive_ex()
/PHP-5.5/ext/standard/tests/strings/
H A Dbug40432.phpt2 Bug #40432 (strip_tags() fails with greater than in attribute)

Completed in 27 milliseconds

123456