Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PEAR.php

function PEAR::popExpect

This method pops one element off the expected error codes stack.

Return value

array the list of error codes that were popped

File

vendor/pear/pear-core-minimal/src/PEAR.php, line 423

Class

PEAR
Base class for other PEAR classes. Provides rudimentary emulation of destructors.

Code

function popExpect() {
    return array_pop($this->_expected_errors);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal