1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Files
archived-php-src/Zend/tests/attributes/022_attribute_flags_value_is_validated.phpt
T
2020-09-02 20:26:50 +02:00

12 lines
160 B
PHP

--TEST--
Attribute flags value is validated.
--FILE--
<?php
#[Attribute(-1)]
class A1 { }
?>
--EXPECTF--
Fatal error: Invalid attribute flags specified in %s