Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 25 of 98) sorted by relevance

1234

/PHP-8.2/ext/dom/tests/
H A Dbug80332_1.phpt46 Attribute [0] name: attr1
47 Attribute [0] value: value1
48 Attribute [0] isset: yes
56 Attribute [true] isset: yes
60 Attribute [null] isset: yes
66 Attribute ['hi'] name: /
67 Attribute ['hi'] value: /
68 Attribute ['hi'] isset: no
70 Attribute ['0'] name: attr1
72 Attribute ['0'] isset: yes
[all …]
H A Ddomelement.phpt22 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";
25 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";
38 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
42 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
90 Attribute num exists?: Yes
92 Attribute num exists?: No
99 Attribute xml:lang exists?: Yes
101 Attribute xml:lang exists?: No
/PHP-8.2/Zend/tests/attributes/
H A D020_userland_attribute_validation.phpt6 #[Attribute(Attribute::TARGET_FUNCTION | Attribute::TARGET_METHOD)]
11 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_FUNCTION, $attr->isRepeated());
18 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_CLASS, $attr->isRepeated());
30 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_FUNCTION, $attr->isRepeated());
40 #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)]
45 var_dump($attr->getName(), $attr->getTarget() == Attribute::TARGET_CLASS, $attr->isRepeated());
59 string(70) "Attribute "A1" cannot target class (allowed targets: function, method)"
65 string(35) "Attribute "A1" must not be repeated"
H A D007_self_reflect_attribute.phpt2 Attributes: attributes on Attribute return itself
6 $reflection = new \ReflectionClass(Attribute::class);
15 var_dump($a->flags == Attribute::TARGET_CLASS);
19 string(9) "Attribute"
24 string(9) "Attribute"
H A D025_internal_repeatable_validation.phpt6 #[Attribute]
7 #[Attribute]
12 Fatal error: Attribute "Attribute" must not be repeated in %s
H A D008_wrong_attribution.phpt2 Attributes: Prevent Attribute on non classes
6 #[Attribute]
10 Fatal error: Attribute "Attribute" cannot target function (allowed targets: class) in %s
H A D024_internal_target_validation.phpt6 #[Attribute]
11 Fatal error: Attribute "Attribute" cannot target function (allowed targets: class) in %s
H A D021_attribute_flags_type_is_validated.phpt2 Attribute flags type is validated.
6 #[Attribute("foo")]
20 Attribute::__construct(): Argument #1 ($flags) must be of type int, string given
H A D032_attribute_validation_scope.phpt2 Validation for "Attribute" uses the class scope when evaluating constant ASTs
5 #[Attribute(parent::x)]
9 protected const x = Attribute::TARGET_CLASS;
H A D005_objects.phpt6 #[Attribute(Attribute::TARGET_FUNCTION)]
59 #[Attribute]
75 #[Attribute]
111 string(30) "Attribute class "A2" not found"
114 string(48) "Attribute constructor of class A3 must be public"
117 string(69) "Attribute class A4 does not have a constructor, cannot pass arguments"
H A D033_attribute_flags_type_is_not_validated_at_comp_time.phpt2 Attribute flags type is not validated at compile time.
6 #[Attribute("foo")]
H A D022_attribute_flags_value_is_validated.phpt2 Attribute flags value is validated.
6 #[Attribute(-1)]
H A D023_ast_node_in_validation.phpt2 Attribute flags value is validated.
6 #[Attribute(Foo::BAR)]
/PHP-8.2/ext/reflection/tests/
H A Dgh8982.phpt2 GH-8982 (Attribute target validation fails when read via ReflectionFunction)
6 #[Attribute(Attribute::TARGET_FUNCTION)]
11 #[Attribute(Attribute::TARGET_METHOD)]
49 Attribute "M" cannot target function (allowed targets: method)
50 Attribute "F" cannot target method (allowed targets: function)
H A DReflectionAttribute_toString.phpt18 Attribute [ Foo ]
19 Attribute [ Bar ] {
25 Attribute [ Baz ] {
31 Attribute [ X ] {
36 Attribute [ Y ] {
H A Dbug81208.phpt6 #[Attribute(Attribute::TARGET_PROPERTY)]
/PHP-8.2/ext/xmlreader/tests/
H A D004.phpt24 echo " Attribute Name: ".$reader->name."\n";
25 echo " Attribute Value: ".$reader->value."\n";
37 Attribute Name: num
38 Attribute Value: 1
39 Attribute Name: idx
40 Attribute Value: 2
/PHP-8.2/Zend/tests/named_params/
H A Dattributes_named_flags.phpt2 Named flags parameter for Attribute attribute
6 #[Attribute(flags: Attribute::TARGET_CLASS)]
17 Fatal error: Uncaught Error: Attribute "MyAttribute" cannot target function (allowed targets: class…
H A Dattributes_named_flags_incorrect.phpt2 Named flags parameter for Attribute attribute (incorrect parameter name)
7 #[Attribute(not_flags: Attribute::TARGET_CLASS)]
18 Fatal error: Uncaught Error: Attribute "MyAttribute" cannot target function (allowed targets: class…
/PHP-8.2/ext/zend_test/tests/
H A Dgh13970.phpt2 GH-13970 (Incorrect validation of #[\Attribute]'s first parameter)
7 #[Attribute(\ZendTestUnitEnum::Foo)]
22 Attribute::__construct(): Argument #1 ($flags) must be of type int, ZendTestUnitEnum given
/PHP-8.2/Zend/tests/prop_const_expr/
H A Dattributes.phpt12 #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)]
/PHP-8.2/Zend/tests/
H A Dfirst_class_callable_011.phpt2 First Class Callable Attribute Error
5 #[Attribute(...)]
/PHP-8.2/Zend/tests/enum/
H A Dcase-attributes.phpt6 #[Attribute(Attribute::TARGET_CLASS_CONSTANT)]
/PHP-8.2/Zend/
H A Dzend_attributes.stub.php6 final class Attribute class
51 public function __construct(int $flags = Attribute::TARGET_ALL) {}
/PHP-8.2/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt85 Attribute POSITIVE_PREFIX
91 Attribute POSITIVE_SUFFIX
97 Attribute NEGATIVE_PREFIX
103 Attribute NEGATIVE_SUFFIX
109 Attribute PADDING_CHARACTER
115 Attribute POSITIVE_PREFIX-2

Completed in 23 milliseconds

1234