blob: fd031f5c2c2eeb79de9d19faa6aec5d144872b91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--TEST--
Don't free uninitialized memory if a fatal error occurs in an attribute argument
--FILE--
<?php
#[Attr(a->b::c)]
function test() {}
?>
--EXPECTF--
Fatal error: Dynamic class names are not allowed in compile-time class constant references in %s on line %d
|