xref: /PHP-8.2/Zend/tests/gh9138.phpt (revision 966d22b1)
1--TEST--
2GH-9138: NULL pointer dereference when fetching property of "bad" list in constant expression
3--FILE--
4<?php
5
6#[Attribute([,]->e)]
7class Foo {}
8
9?>
10--EXPECTF--
11Fatal error: Cannot use empty array elements in arrays in %s on line %d
12