Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt34 foreach( $attributes as $attr_name => $data )
37 $res_str .= "\nAttribute $attr_name\n";
62 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
H A Dformatter_get_set_text_attribute_var2.phpt34 foreach( $attributes as $attr_name => $data )
37 $res_str .= "\nAttribute $attr_name\n";
62 $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-7.1/ext/soap/
H A Dphp_schema.c1748 char *attr_name, *ns; in schema_attribute() local
1751 parse_namespace(ref->children->content, &attr_name, &ns); in schema_attribute()
1766 smart_str_appends(&key, attr_name); in schema_attribute()
1769 if (attr_name) {efree(attr_name);} in schema_attribute()

Completed in 14 milliseconds