/hphp/test/zend/good/ext/date/tests/timezone_identifiers_list_wrong_constructor.php

http://github.com/facebook/hiphop-php · PHP · 3 lines · 3 code · 0 blank · 0 comment · 0 complexity · 3cc158363d397b9a7eed37ce864ec440 MD5 · raw file

  1. <?hh <<__EntryPoint>> function main(): void {
  2. print_r(timezone_identifiers_list(4096));
  3. }