PageRenderTime 60ms CodeModel.GetById 35ms RepoModel.GetById 1ms app.codeStats 0ms

/hphp/test/zend/good/ext/calendar/tests/cal_from_jd.php

http://github.com/facebook/hiphop-php
PHP | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | bc920d4cca789ed217b5ed97a118823c MD5 | raw file
Possible License(s): LGPL-2.1, BSD-2-Clause, BSD-3-Clause, MPL-2.0-no-copyleft-exception, MIT, LGPL-2.0, Apache-2.0
  1. <?php
  2. print_r(cal_from_jd(1748326, CAL_GREGORIAN));
  3. print_r(cal_from_jd(1748324, CAL_JULIAN));
  4. print_r(cal_from_jd( 374867, CAL_JEWISH));
  5. print_r(cal_from_jd( 0, CAL_FRENCH));
  6. ?>