Home
last modified time | relevance | path

Searched refs:attr_name (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt33 foreach( $attributes as $attr_name => $data )
36 $res_str .= "\nAttribute $attr_name\n";
61 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
H A Dformatter_get_set_attribute.phpt16 // attr_name => array( attr, value )
44 foreach( $attributes as $attr_name => $args )
47 $res_str .= "\nAttribute $attr_name\n";
75 $res_str .= "ERROR: New $attr_name attribute value has not been set correctly.\n";
/PHP-5.5/ext/soap/
H A Dphp_schema.c1746 char *attr_name, *ns; in schema_attribute() local
1749 parse_namespace(ref->children->content, &attr_name, &ns); in schema_attribute()
1764 smart_str_appends(&key, attr_name); in schema_attribute()
1767 if (attr_name) {efree(attr_name);} in schema_attribute()

Completed in 13 milliseconds