PageRenderTime 57ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/hphp/test/zend/bad/ext/standard/tests/general_functions/dl-cve-2007-4887.php

http://github.com/facebook/hiphop-php
PHP | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | ef76fd9c7ac96babc8f857f9304d4386 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. var_dump(dl(str_repeat("a", 8376757)));
  3. ?>