Searched refs:_expected_errors (Results 1 – 4 of 4) sorted by relevance
| /plugin/zip/pear/ |
| D | PEAR.php | 154 var $_expected_errors = array(); variable in PEAR 387 array_push($this->_expected_errors, $code); 389 array_push($this->_expected_errors, array($code)); 391 return sizeof($this->_expected_errors); 405 return array_pop($this->_expected_errors); 423 foreach ($this->_expected_errors AS $key => $error_array) { 425 unset($this->_expected_errors[$key][array_search($error_code, $error_array)]); 430 if (0 == count($this->_expected_errors[$key])) { 431 unset($this->_expected_errors[$key]); 535 …et($this) && isset($this->_expected_errors) && sizeof($this->_expected_errors) > 0 && sizeof($exp …
|
| /plugin/publist/bib2tpl/lib/ |
| D | PEAR.php | 141 var $_expected_errors = array(); variable in PEAR 362 array_push($this->_expected_errors, $code); 364 array_push($this->_expected_errors, array($code)); 366 return count($this->_expected_errors); 377 return array_pop($this->_expected_errors); 391 foreach ($this->_expected_errors as $key => $error_array) { 393 unset($this->_expected_errors[$key][array_search($error_code, $error_array)]); 398 if (0 == count($this->_expected_errors[$key])) { 399 unset($this->_expected_errors[$key]); 495 isset($this->_expected_errors) && [all …]
|
| /plugin/publistx/bib2tpl/lib/ |
| D | PEAR.php | 141 var $_expected_errors = array(); variable in PEAR 362 array_push($this->_expected_errors, $code); 364 array_push($this->_expected_errors, array($code)); 366 return count($this->_expected_errors); 377 return array_pop($this->_expected_errors); 391 foreach ($this->_expected_errors as $key => $error_array) { 393 unset($this->_expected_errors[$key][array_search($error_code, $error_array)]); 398 if (0 == count($this->_expected_errors[$key])) { 399 unset($this->_expected_errors[$key]); 495 isset($this->_expected_errors) && [all …]
|
| /plugin/publistf/bib2tpl/lib/ |
| D | PEAR.php | 141 var $_expected_errors = array(); variable in PEAR 362 array_push($this->_expected_errors, $code); 364 array_push($this->_expected_errors, array($code)); 366 return count($this->_expected_errors); 377 return array_pop($this->_expected_errors); 391 foreach ($this->_expected_errors as $key => $error_array) { 393 unset($this->_expected_errors[$key][array_search($error_code, $error_array)]); 398 if (0 == count($this->_expected_errors[$key])) { 399 unset($this->_expected_errors[$key]); 495 isset($this->_expected_errors) && [all …]
|