summaryrefslogtreecommitdiff
path: root/ext/spl/spl_exceptions.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-03-12 23:03:33 +0000
committerMarcus Boerger <helly@php.net>2005-03-12 23:03:33 +0000
commitf9de3fd02b236b03d607979e8b1e98a26f90ae44 (patch)
tree12babe9b6f6cddb9af672cfcda7f047923ae38dc /ext/spl/spl_exceptions.h
parent6dc04d98f21ead4ec16b26b463293421ba932974 (diff)
downloadphp-git-f9de3fd02b236b03d607979e8b1e98a26f90ae44.tar.gz
- Allow to hook into RecursiveIteratorIterator's child handling
- Better=faster function caching for RecursiveIteratorIterator - Check for exceptions and fix check for illegal return values - Add UnexpectedValueException - Add docu
Diffstat (limited to 'ext/spl/spl_exceptions.h')
-rwxr-xr-xext/spl/spl_exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl_exceptions.h b/ext/spl/spl_exceptions.h
index 0f26e677b7..bb3e797092 100755
--- a/ext/spl/spl_exceptions.h
+++ b/ext/spl/spl_exceptions.h
@@ -37,6 +37,7 @@ extern PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
extern PHPAPI zend_class_entry *spl_ce_OverflowException;
extern PHPAPI zend_class_entry *spl_ce_RangeException;
extern PHPAPI zend_class_entry *spl_ce_UnderflowException;
+extern PHPAPI zend_class_entry *spl_ce_UnexpectedValueException;
PHP_MINIT_FUNCTION(spl_exceptions);