PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/hphp/test/zend/flaky/ext/standard/tests/file/bug41655_2.php

http://github.com/facebook/hiphop-php
PHP | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | acc348a7f5cb478ca0c4713759f5ef0a 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. $dir = dirname(__FILE__);
  3. $a=glob($dir . "/test*csv");
  4. print_r($a);
  5. ?>