PEAR is archived and read-only

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

Home » Images » Image_Text » Bug #188

Typo in Image_Text.php

Details

Submitted2003-11-04 13:17 UTC
Frommark at mlstuff dot co dot uk
Assignedtoby
StatusClosed
PackageImage_Text
PHP Version4.3.3
OSDebian GNU/Linux
Roadmaps(Not assigned)

Comments

[2003-11-04 13:17 UTC] mark at mlstuff dot co dot uk

Description:
------------
Line 227 of Image_Text.php says,
$lines = $this->_testMeasure( $lines, $tmpTokens, $this->$options['fontPath'].$this->options['fontFile'], $i);

It should of course be,
$lines = $this->_testMeasure( $lines, $tmpTokens, $this->options['fontPath'].$this->options['fontFile'], $i);

(version: 0.1 alpha)

Actual result:
--------------
Results in an undefined variable.