PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

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

http://github.com/facebook/hiphop-php
PHP | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 46ef6b6cf474dd805ceaf97295ed4224 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::getEquivalentID('Europe/Lisbon', "1"));
  4. echo "\n";
  5. print_R(intltz_get_equivalent_id('Europe/Lisbon', 1));
  6. echo "\n";
  7. ?>
  8. ==DONE==