Home
last modified time | relevance | path

Searched refs:attributes (Results 176 – 200 of 202) sorted by last modified time

123456789

/php-src/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt19 $attributes = array(
35 foreach( $attributes as $attr_name => $data )
H A Dformatter_get_set_text_attribute_var2.phpt19 $attributes = array(
35 foreach( $attributes as $attr_name => $data )
/php-src/ext/ffi/
H A Dffi.g89 attributes(&dcl)?
95 attributes(&dcl)?
137 | attributes(dcl)
149 | attributes(dcl)
156 | attributes(dcl)
234 attributes(dcl)?
256 attributes(dcl)?+
282 attributes(field_dcl)?
297 attributes(dcl)?
305 attributes(dcl)?+
[all …]
/php-src/ext/dom/tests/
H A DtoString_exceptions.phpt26 $attrs = $node->attributes;
H A Dbug45251.phpt21 foreach ($bbb->attributes as $attr)
H A Dbug47848.phpt14 $attr= $fromdom->firstChild->attributes->item(0);
H A DDOMNamedNodeMap_count.phpt20 var_dump($root->attributes->length);
21 var_dump($root->attributes->count());
22 var_dump(count($root->attributes));
H A Dbug54382.phpt2 Bug #54382 DOMNode::getAttributeNodeNS doesn't get xmlns* attributes
H A Ddom001.phpt61 print "Removed " . $attr . " attributes.\n";
63 echo "--------- attributes of rootnode\n";
64 $attrs = $rootnode->attributes;
167 Removed 1 attributes.
168 --------- attributes of rootnode
H A DDOM4_ParentNode_append_with_attributes.phpt2 DOMParentNode::append() with attributes
H A DDOMElement_hasAttributes_basic.phpt24 echo "\nElement should have attributes:\n";
33 echo "\nElement should have no attributes:\n";
42 Element should have attributes:
48 Element should have no attributes:
/php-src/Zend/tests/prop_const_expr/
H A Dattributes.phpt2 Allow fetching properties in attributes
/php-src/Zend/tests/readonly_props/
H A Doverride_with_attributes.phpt2 Can override readonly property with attributes
/php-src/Zend/tests/named_params/
H A Dattributes.phpt2 Named params in attributes
H A Dattributes_duplicate_named_param.phpt2 Named params in attributes: Duplicate named parameter error
H A Dattributes_positional_after_named.phpt2 Named params in attributes: Positional after named error
/php-src/Zend/tests/enum/
H A Dcase-attributes.phpt2 Enum case attributes
H A Denum-attributes.phpt2 Enum attributes
/php-src/Zend/tests/attributes/
H A D007_self_reflect_attribute.phpt2 Attributes: attributes on Attribute return itself
7 $attributes = $reflection->getAttributes();
9 foreach ($attributes as $attribute) {
H A D009_doctrine_annotations_example.phpt2 Doctrine-like attributes usage
74 $attributes = $class->getAttributes();
76 foreach ($attributes as $attribute) {
81 $attributes = $property->getAttributes();
83 foreach ($attributes as $attribute) {
H A D016_custom_attribute_validation.phpt2 Attribute validation callback of internal attributes.
H A D029_reflect_internal_symbols.phpt2 Reflect attributes on different kinds of internal symbols
H A D002_rfcexample.phpt27 $attributes = $reflectionClass->getAttributes();
29 var_dump($attributes[0]->getName());
30 var_dump($attributes[0]->getArguments());
31 var_dump($attributes[0]->newInstance());
H A D004_name_resolution.phpt7 function dump_attributes($attributes) {
9 foreach ($attributes as $attribute) {
/php-src/Zend/tests/
H A Daccess_modifiers_002.phpt2 using multiple access modifiers (attributes)

Completed in 22 milliseconds

123456789