xref: /php-src/Zend/tests/gh9138_2.phpt (revision 7b43d819)
1--TEST--
2GH-9138: NULL pointer dereference when fetching property of "bad" list in constant expression with nullsafe operator
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