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

/hphp/test/zend/bad/ext/intl/tests/timezone_getTZData_basic.php

http://github.com/facebook/hiphop-php
PHP | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 1447e83e455bca010d1ae65f28d12b9f 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. ini_set("intl.error_level", E_WARNING);
  3. print_R(IntlTimeZone::getTZDataVersion());
  4. echo "\n";
  5. print_R(intltz_get_tz_data_version());
  6. echo "\n";
  7. ?>
  8. ==DONE==