--TEST-- Trying to write on method return --FILE-- x; } } $foo = new foo; $foo->b()[0] = 1; ?> --EXPECTF-- Fatal error: Can't use method return value in write context in %s on line %d