Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 288) sorted by path

12345678910>>...12

/php-src/
H A DNEWS41 . Fix cloning attribute with namespace disappearing namespace. (nielsdos)
200 . Implement GH-12908 (Show attribute name/class in ReflectionAttribute dump).
/php-src/Zend/tests/attributes/
H A D004_name_resolution.phpt2 Resolve attribute names
9 foreach ($attributes as $attribute) {
10 $arr[] = ['name' => $attribute->getName(), 'args' => $attribute->getArguments()];
H A D005_objects.phpt120 string(55) "Attempting to use non-attribute class "A5" as attribute"
H A D006_filter.phpt110 …ctionFunctionAbstract::getAttributes(): Argument #2 ($flags) must be a valid attribute filter flag"
H A D007_self_reflect_attribute.phpt9 foreach ($attributes as $attribute) {
10 var_dump($attribute->getName());
11 var_dump($attribute->getArguments());
13 $a = $attribute->newInstance();
H A D009_doctrine_annotations_example.phpt76 foreach ($attributes as $attribute) {
77 var_dump($attribute->getName(), $attribute->getArguments());
83 foreach ($attributes as $attribute) {
84 var_dump($attribute->getName(), $attribute->getArguments());
H A D018_fatal_error_in_argument.phpt2 Don't free uninitialized memory if a fatal error occurs in an attribute argument
H A D022_attribute_flags_value_is_validated.phpt20 Invalid attribute flags specified
H A D024_internal_target_validation.phpt2 Internal attribute targets are validated.
H A D025_internal_repeatable_validation.phpt2 Internal attribute targets are validated.
H A D026_unpack_in_args.phpt2 Cannot use unpacking in attribute argument list
11 Fatal error: Cannot use unpacking in attribute argument list in %s on line %d
H A D027_trailing_comma_args.phpt2 Trailing comma in attribute argument list
H A D030_strict_types.phpt2 strict_types=1 of the attribute use-site is respected
H A D031_backtrace.phpt2 Backtrace during attribute instance creation
/php-src/Zend/tests/attributes/override/
H A D003.phpt16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D004.phpt21 Fatal error: P::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D005.phpt21 Fatal error: P::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D006.phpt26 Fatal error: I::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D008.phpt19 Fatal error: Foo::t() has #[\Override] attribute, but no matching parent method exists in %s on lin…
H A D010.phpt19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D011.phpt19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D014.phpt18 Fatal error: E::e() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D017.phpt21 Fatal error: C::t() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D020.phpt21 Fatal error: I@anonymous::c() has #[\Override] attribute, but no matching parent method exists in %…
H A D021.phpt19 Fatal error: C::__construct() has #[\Override] attribute, but no matching parent method exists in %…

Completed in 23 milliseconds

12345678910>>...12