ZF-11155: Missing closing bracket in code example
Description
Missing closing bracket of if-clause in Example #9 Floating point value testing of Normalization and Localization: http://framework.zend.com/manual/en/…
rectified here:
$locale = new Zend_Locale('de_AT');
if (Zend_Locale_Format::isFloat('13.445,36', array('locale' => $locale))) {
print "float";
} else {
print "not a float";
}
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2011-03-25T18:01:20.000+0000
Thank You for report, solved at SVN r23814 with ZF-11154
Posted by Thomas Weidner (thomas) on 2011-03-25T18:55:04.000+0000
Reopening for integration in ZF2
Posted by Thomas Weidner (thomas) on 2011-08-26T18:54:10.000+0000
Fixed in ZF2 with GH-292