/**
  * returns status of url
  *
  * @param   string  $path   path of url to return status for
  * @param   int     $flags  flags set by the stream API
  * @return  array
  */
 public function url_stat($path, $flags)
 {
     self::recordMethodCall('url_stat', $path);
     return parent::url_stat($path, $flags);
 }