ZF-11154: Missing closing bracket in code example
Description
Missing closing bracket of if-clause in Example #6 Number testing of Normalization and Localization: http://framework.zend.com/manual/en/…
rectified here:
$locale = new Zend_Locale();
if (Zend_Locale_Format::isNumber('13.445,36', array('locale' => 'de_AT'))) {
print "Number";
} else {
print "not a Number";
}
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2011-03-25T18:02:10.000+0000
Thank You for report, solved at SVN r23814 with ZF-11155
Posted by Thomas Weidner (thomas) on 2011-03-25T18:55:47.000+0000
Reopening for integration within ZF2
Posted by Satoru Yoshida (satoruyoshida) on 2011-03-26T03:26:14.000+0000
I find wikipedia page may be changed from en.wikipedia.org/wiki/Numeral to en.wikipedia.org/wiki/Numeral_system.
I will be happy if link would be also updated.
Posted by Thomas Weidner (thomas) on 2011-08-26T18:56:30.000+0000
Fixed in ZF2 with GH-290