Esempio n. 1
0
 public function __construct($path)
 {
     if (!hphp_directoryiterator___construct($this, $path)) {
         throw new UnexpectedValueException("DirectoryIterator::__construct({$path}): failed to open dir");
     }
 }
Esempio n. 2
0
 public function __construct($path)
 {
     hphp_directoryiterator___construct($this, $path);
 }