This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-24 16:22:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
php-8.3.28
archived-php-src
/
Zend
/
tests
/
attributes
History
Ilija Tovilo
480d08a70a
Merge branch 'PHP-8.2' into PHP-8.3
...
* PHP-8.2: Delay #[Attribute] arg validation until runtime
2024-05-06 12:48:32 +02:00
..
override
Fix #[Override] on traits overriding a parent method without a matching interface (
#12205
)
2023-09-15 14:57:10 +02:00
001_placement.phpt
…
002_rfcexample.phpt
…
003_ast_nodes.phpt
…
004_name_resolution.phpt
…
005_objects.phpt
…
006_filter.phpt
…
007_self_reflect_attribute.phpt
Pass flags to #[Attribute] on internal attributes
2021-05-21 11:40:23 +02:00
008_wrong_attribution.phpt
…
009_doctrine_annotations_example.phpt
…
010_unsupported_const_expression.phpt
…
011_inheritance.phpt
…
012_ast_export.phpt
RFC: Deprecate remains of string evaluated code assertions (
#11671
)
2023-07-13 15:45:32 +01:00
013_class_scope.phpt
…
014_class_const_group.phpt
Allow attributes to be applied to property/constant groups
2020-09-27 11:35:48 +02:00
015_property_group.phpt
Allow attributes to be applied to property/constant groups
2020-09-27 11:35:48 +02:00
016_custom_attribute_validation.phpt
Migrate SKIPIF -> EXTENSIONS (
#7138
)
2021-06-11 11:57:42 +02:00
017_closure_scope.phpt
…
018_fatal_error_in_argument.phpt
…
019_variable_attribute_name.phpt
…
020_userland_attribute_validation.phpt
…
021_attribute_flags_type_is_validated.phpt
Delay #[Attribute] arg validation until runtime
2024-05-06 12:38:56 +02:00
022_attribute_flags_value_is_validated.phpt
Delay #[Attribute] arg validation until runtime
2024-05-06 12:38:56 +02:00
023_ast_node_in_validation.phpt
Delay #[Attribute] arg validation until runtime
2024-05-06 12:38:56 +02:00
024_internal_target_validation.phpt
…
025_internal_repeatable_validation.phpt
…
026_unpack_in_args.phpt
…
027_trailing_comma_args.phpt
…
028_grouped.phpt
…
029_reflect_internal_symbols.phpt
…
030_strict_types.inc
…
030_strict_types.phpt
…
031_backtrace.phpt
Use common formatting for backtraces (
#6977
)
2021-05-18 11:43:37 +02:00
032_attribute_validation_scope.phpt
Delay #[Attribute] arg validation until runtime
2024-05-06 12:38:56 +02:00
033_attribute_flags_type_is_not_validated_at_comp_time.phpt
Delay #[Attribute] arg validation until runtime
2024-05-06 12:38:56 +02:00
gh8421.phpt
Fix GH-8421: Attributes that target functions are not valid for anonymous functions defined within a method
2022-04-23 11:16:28 +02:00