From: neweracracker at gmail dot com Operating system: Irrelevant PHP version: Irrelevant Package: Calendar related Bug Type: Feature/Change Request Bug description:Please add tests for gregorian and jewish overflow fixes
Description: ------------ While backporting calendar fixes from PHP 5.3 to PHP 5.2 I noticed that there are two fixes which lack of tests and I'd like to have more tests added. Test script: --------------- php -r "for ($i=324542840; $i<324542850; $i++) echo $i.':'.jdtojewish($i).PHP_EOL;" 324542840:12/7/887605 324542841:12/8/887605 324542842:12/9/887605 324542843:12/10/887605 324542844:12/11/887605 324542845:12/12/887605 324542846:12/13/887605 324542847:0/0/0 324542848:0/0/0 324542849:0/0/0 php -r "for ($i=536838860; $i<536838870; $i++) echo $i.':'.jdtogregorian($i).PHP_EOL;" 536838860:10/11/1465102 536838861:10/12/1465102 536838862:10/13/1465102 536838863:10/14/1465102 536838864:10/15/1465102 536838865:10/16/1465102 536838866:10/17/1465102 536838867:0/0/0 536838868:0/0/0 536838869:0/0/0 -- Edit bug report at https://bugs.php.net/bug.php?id=65462&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=65462&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=65462&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=65462&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=65462&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=65462&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=65462&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=65462&r=needscript Try newer version: https://bugs.php.net/fix.php?id=65462&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=65462&r=support Expected behavior: https://bugs.php.net/fix.php?id=65462&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=65462&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=65462&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=65462&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65462&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=65462&r=dst IIS Stability: https://bugs.php.net/fix.php?id=65462&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=65462&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=65462&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=65462&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=65462&r=mysqlcfg