xref: /php-src/Zend/tests/oss_fuzz_60011_1.phpt (revision dc73b73f)
1--TEST--
2oss-fuzz #60011 (Incorrect order of instruction with nullsafe operator)
3--FILE--
4<?php
5[&$y]=$y->y?->y;
6?>
7--EXPECTF--
8Fatal error: Cannot take reference of a nullsafe chain in %s on line %d
9