Searched refs:attribute (Results 26 – 50 of 134) sorted by relevance
123456
/PHP-5.5/ext/simplexml/tests/ |
H A D | 012.phpt | 34 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 D | bug51615.phpt | 22 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 D | dumpit5.php | 72 if(count($node->attribute)) { 76 foreach($node->attribute as $name=>$value) {
|
H A D | urlgrab5.php | 21 $urls[] = $node->attribute['href'];
|
/PHP-5.5/ext/ldap/tests/ |
H A D | ldap_add_error.phpt | 65 // 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 D | schema058.phpt | 12 <attribute ref="enc12:itemType" wsdl:itemType="int"/> 13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
|
H A D | schema060.phpt | 12 <attribute ref="enc12:itemType" wsdl:itemType="int"/> 13 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
|
H A D | schema065.phpt | 10 <attribute name="str" type="string"/> 11 <attribute name="int" type="int" default="5"/>
|
H A D | schema066.phpt | 10 <attribute name="str" type="string"/> 11 <attribute name="int" type="int" fixed="5"/>
|
H A D | schema067.phpt | 10 <attribute name="str" type="string"/> 11 <attribute name="int" type="int" fixed="5"/>
|
H A D | schema070.phpt | 10 <attribute name="str" type="string"/> 14 <attribute name="int" type="int" default="5"/>
|
H A D | schema038.phpt | 13 <attribute ref="tns:int"/> 15 <attribute name="int" type="int"/>
|
H A D | schema040.phpt | 13 <attribute name="int"> 17 </attribute>
|
H A D | schema043.phpt | 12 <attribute name="int" type="int"/> 19 <attribute name="int2" type="int"/>
|
H A D | schema045.phpt | 12 <attribute name="int" type="int"/> 19 <attribute name="int2" type="int"/>
|
H A D | schema046.phpt | 12 <attribute name="int" type="int"/> 19 <attribute name="int2" type="int"/>
|
H A D | schema048.phpt | 12 <attribute name="int" type="int"/> 19 <attribute name="int2" type="int"/>
|
H A D | schema025.phpt | 12 <attribute ref="enc12:itemType" wsdl:itemType="int"/> 13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
|
H A D | schema028.phpt | 12 <attribute ref="enc12:itemType" wsdl:itemType="int"/> 13 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
|
H A D | schema083.phpt | 12 <attribute ref="enc12:itemType" wsdl:itemType="int"/> 13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
|
/PHP-5.5/ext/xmlreader/tests/ |
H A D | bug64230.phpt | 41 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 D | driver_name.phpt | 2 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 D | TODO | 11 - 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 D | php_xml.c | 277 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 D | bug40432.phpt | 2 Bug #40432 (strip_tags() fails with greater than in attribute)
|
Completed in 24 milliseconds
123456