diff options
Diffstat (limited to 'ext/spl/spl_exceptions.h')
| -rwxr-xr-x | ext/spl/spl_exceptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/spl_exceptions.h b/ext/spl/spl_exceptions.h index 1b6a7feb5b..752c988f6a 100755 --- a/ext/spl/spl_exceptions.h +++ b/ext/spl/spl_exceptions.h @@ -25,6 +25,8 @@ #include "php_spl.h" extern zend_class_entry *spl_ce_LogicException; +extern zend_class_entry *spl_ce_BadFunctionCallException; +extern zend_class_entry *spl_ce_BadMethodCallException; extern zend_class_entry *spl_ce_DomainException; extern zend_class_entry *spl_ce_InvalidArgumentException; extern zend_class_entry *spl_ce_LengthException; |
