1--TEST-- 2Bug #76041 (null pointer access crashed php) 3--EXTENSIONS-- 4gd 5--FILE-- 6<?php 7$im=imagecreate(100, 100); 8imageantialias($im, true); 9imageline($im, 0, 0, 10, 10, 0xffffff); 10?> 11===DONE=== 12--EXPECT-- 13===DONE=== 14