コード例 #1
0
 public function __construct($path)
 {
     if (!hphp_directoryiterator___construct($this, $path)) {
         throw new UnexpectedValueException("DirectoryIterator::__construct({$path}): failed to open dir");
     }
 }
コード例 #2
0
ファイル: iterator.php プロジェクト: scottmac/hiphop-dev
 public function __construct($path)
 {
     hphp_directoryiterator___construct($this, $path);
 }