1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Files
archived-php-src/Zend/tests/attributes/010_unsupported_const_expression.phpt
T
2020-09-02 20:26:50 +02:00

12 lines
186 B
PHP

--TEST--
Attribute arguments support only const expressions.
--FILE--
<?php
#[A1(foo())]
class C1 { }
?>
--EXPECTF--
Fatal error: Constant expression contains invalid operations in %s