Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 134) sorted by last modified time

123456

/PHP-5.5/ext/xmlwriter/tests/
H A D003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, attribute
H A DOO_003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute
/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 …
H A D003.phpt40 // Named attribute
/PHP-5.5/ext/wddx/tests/
H A Dbug37587.phpt2 Bug #37587 (var without attribute causes segfault)
/PHP-5.5/ext/tidy/tests/
H A D010.phpt34 ["attribute"]=>
60 ["attribute"]=>
83 ["attribute"]=>
129 ["attribute"]=>
160 ["attribute"]=>
191 ["attribute"]=>
214 ["attribute"]=>
235 ["attribute"]=>
260 ["attribute"]=>
290 ["attribute"]=>
[all …]
H A D011.phpt9 var_dump($body->attribute);
10 foreach($body->attribute as $key=>$val) {
H A D012.phpt53 ["attribute"]=>
74 ["attribute"]=>
98 ["attribute"]=>
121 ["attribute"]=>
146 ["attribute"]=>
271 ["attribute"]=>
310 ["attribute"]=>
330 ["attribute"]=>
410 ["attribute"]=>
430 ["attribute"]=>
[all …]
/PHP-5.5/ext/tidy/
H A Dtidy.c851 zval *attribute, *children, *temp; in tidy_add_default_properties() local
883 MAKE_STD_ZVAL(attribute); in tidy_add_default_properties()
887 array_init(attribute); in tidy_add_default_properties()
893 add_assoc_string(attribute, name, val, TRUE); in tidy_add_default_properties()
897 ZVAL_NULL(attribute); in tidy_add_default_properties()
899 …zend_hash_update(obj->std.properties, "attribute", sizeof("attribute"), (void *)&attribute, sizeof… in tidy_add_default_properties()
/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/standard/
H A Dconfig.m4257 AC_CACHE_CHECK(whether the compiler supports aligned attribute, ac_cv_attribute_aligned,[
/PHP-5.5/ext/soap/tests/schema/
H A Dschema068.phpt10 <attribute name="str" type="string"/>
11 <attribute name="int" type="int" fixed="5"/>
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29839.wsdl9 <attribute ref="xml:lang" use="required"/>
H A Dbug34453.wsdl9 <attribute ref="xml:lang" use="required"/>
/PHP-5.5/ext/soap/
H A Dphp_schema.c2047 static void copy_extra_attribute(void *attribute) in copy_extra_attribute() argument
2049 sdlExtraAttributePtr *attr = (sdlExtraAttributePtr*)attribute; in copy_extra_attribute()
2479 void delete_extra_attribute(void *attribute) in delete_extra_attribute() argument
2481 sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute); in delete_extra_attribute()
2492 void delete_extra_attribute_persistent(void *attribute) in delete_extra_attribute_persistent() argument
2494 sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute); in delete_extra_attribute_persistent()
2505 void delete_attribute(void *attribute) in delete_attribute() argument
2507 sdlAttributePtr attr = *((sdlAttributePtr*)attribute); in delete_attribute()
2531 void delete_attribute_persistent(void *attribute) in delete_attribute_persistent() argument
2533 sdlAttributePtr attr = *((sdlAttributePtr*)attribute); in delete_attribute_persistent()
H A Dphp_schema.h32 void delete_extra_attribute(void *attribute);
33 void delete_extra_attribute_persistent(void *attribute);
34 void delete_attribute(void *attribute);
35 void delete_attribute_persistent(void *attribute);
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()
H A Dphp_xml.h43 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, …
44 …ttribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, ch…
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)
/PHP-5.5/ext/simplexml/tests/
H A Dprofile03.phpt2 SimpleXML [profile]: Accessing an attribute
9 <child attribute="Sample" />
13 echo $root->child['attribute'];
H A D031.phpt18 /* Add new attribute in a new namespace */
21 /* Try to add attribute again -> display warning as method is for new Attr only */
24 /* Add new attribute w/o namespace */
28 /* Try to add element to attribute -> display warning and do not add */
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt2 SimpleXMLElement: Test to ensure that the required attribute name correctly is giving a warning
H A Dbug37076_1.phpt2 Bug #37076 (SimpleXML ignores .=) (appending to unnamed attribute)
H A Dbug38424.phpt2 Bug #38424 (Different attribute assignment if new or exists)

Completed in 67 milliseconds

123456