Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.7.0

Bug #2182 problems displaying "0"
Submitted: 2004-08-21 13:25 UTC
From: pear dot php dot net at jog dot de Assigned: toby
Status: Closed Package: Image_Text
PHP Version: 4.3.8 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2004-08-21 13:25 UTC] pear dot php dot net at jog dot de
Description: ------------ If you want to display the text "0" the calculation of text width crashes... Reproduce code: --------------- 1065c1065 < if (empty($this->_text)) { Empty delivers true if $this->_text is "0". Expected result: ---------------- --- > if (!isset($this->_text)) { !isset delivers true only if there is really no text.

Comments

 [2004-09-01 13:10 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!