PageRenderTime 41ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/hphp/test/slow/string/sscanf-3449.php

http://github.com/facebook/hiphop-php
PHP | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | e33f1eb20f1c1a24a69e3f8d53dc6509 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_sscanf_3449() {
  4. print_r(sscanf("100000088824018 1", '%d %d'));
  5. }