This method pops one element off the expected error codes stack.
array the list of error codes that were popped
function popExpect() { return array_pop($this->_expected_errors); }