PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Images » Image_Graph » Bug #5504

PHP Notice: Undefined index: tohtml

Details

Submitted2005-09-23 17:45 UTC
Fromxulchris at gmail dot com
Assignednosey
StatusClosed
PackageImage_Graph
PHP Version5.0.4
OSl00nix
Roadmaps(Not assigned)

Comments

[2005-09-23 17:45 UTC] xulchris at gmail dot com

Description:
------------
PHP Notice: Undefined index: tohtml in /usr/share/pear/Image/Graph.php on line 828

These notices should not be showing up in my error_log.

Test script:
---------------
$Graph->done(array('filename' => $image_filename));

Expected result:
----------------
No spamming of error_log because you forgot to use isset()

Actual result:
--------------
spamming of error_log because you forgot to use isset()