--TEST-- Ensure "undefined offset" notice formats message correctly when undefined key is negative --FILE-- --EXPECTF-- Notice: Undefined array key -1 in %s on line %d Notice: Undefined array key -1 in %s on line %d Notice: Undefined array key -1 in %s on line 5 Notice: Undefined array key -1 in %s on line 6 Done