PageRenderTime 46ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://github.com/facebook/hiphop-php
PHP | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 8d11410f405155cf49420ae38c8b0b3e 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_info());
  3. print_r(cal_info(1));
  4. print_r(cal_info(99999));
  5. ?>