mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
12 lines
186 B
PHP
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
|