Ejemplo n.º 1
0
 /**
  * This method pops one element off the expected error codes
  * stack.
  *
  * @return array   the list of error codes that were popped
  *
  * @uses PEAR::popExpect()
  */
 public function popExpect()
 {
     return $this->pear->popExpect();
 }