php-src/Zend/tests/constexpr
Nikita Popov 52d3d0d8d7 Add limited support for new in initializers
Add support for new expressions inside parameter default values,
static variable initializers, global constant initializers and
attribute arguments.

RFC: https://wiki.php.net/rfc/new_in_initializers

Closes GH-7153.
2021-07-13 14:03:20 +02:00
..
new_allowed.phpt
new_anon_class.phpt
new_arg_eval.phpt
new_arg_unpack.phpt
new_dynamic_class_name.phpt
new_invalid_operation_in_arg.phpt
new_named_params.phpt
new_not_allowed_class_constant.phpt
new_not_allowed_property.phpt
new_positional_after_named.phpt
new_self_parent.phpt
new_static.phpt
new.phpt