ZF-11156: Missing closing bracket and typo in code example
Description
Missing closing bracket of if-clause + typo (not +an+ integer) in Example #12 Integer value testing of Normalization and Localization: http://framework.zend.com/manual/en/…
rectified here:
$locale = new Zend_Locale('de_AT');
if (Zend_Locale_Format::isInteger('13.445', array('locale' => $locale))) {
print "integer";
} else {
print "not an integer";
}
Comments
Posted by Uwe E. Schirm (frezno) on 2011-03-09T17:01:50.000+0000
Forgot to add the link to it
Posted by Satoru Yoshida (satoruyoshida) on 2011-03-25T17:27:32.000+0000
Thank You for report, I also fix 2 additional similar TYPOs at SVN r23812
Posted by Thomas Weidner (thomas) on 2011-07-24T20:02:09.000+0000
Added to ZF2 with Github Pull #245