diff options
| author | Marcus Boerger <helly@php.net> | 2005-03-12 23:03:33 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-03-12 23:03:33 +0000 |
| commit | f9de3fd02b236b03d607979e8b1e98a26f90ae44 (patch) | |
| tree | 12babe9b6f6cddb9af672cfcda7f047923ae38dc /ext/spl/spl_exceptions.h | |
| parent | 6dc04d98f21ead4ec16b26b463293421ba932974 (diff) | |
| download | php-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-x | ext/spl/spl_exceptions.h | 1 |
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); |
