PageRenderTime 40ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/hphp/test/slow/string/urlencode.php

http://github.com/facebook/hiphop-php
PHP | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | 3d0dde70d13d78821fd00232c5055589 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. <?hh
  2. <<__EntryPoint>>
  3. function main_urlencode() {
  4. echo strlen(urlencode(str_repeat("AAAAAAAAAAAAAAAA", 89478486)));
  5. }