1--TEST-- 2Writing to a temporary expression is not allowed 3--FILE-- 4<?php 5 6[0, 1][0] = 1; 7 8?> 9--EXPECTF-- 10Fatal error: Cannot use temporary expression in write context in %s on line %d 11