diff options
| author | Marcus Boerger <helly@php.net> | 2005-08-02 02:20:01 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-08-02 02:20:01 +0000 |
| commit | cf7089972f4c6e63ad9a92f3223bc2561f8113b2 (patch) | |
| tree | 58663056b02f50d7bf90b55b2253c2241d726d0f /ext/spl/php_spl.c | |
| parent | fb5f1b7fad9ad49c32066b76903a8cd1920634e6 (diff) | |
| download | php-git-cf7089972f4c6e63ad9a92f3223bc2561f8113b2.tar.gz | |
- Need to expose this one too
Diffstat (limited to 'ext/spl/php_spl.c')
| -rwxr-xr-x | ext/spl/php_spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 37e18c40f3..2ad39fc8c8 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -153,6 +153,7 @@ PHP_FUNCTION(class_implements) SPL_ADD_CLASS(ArrayObject, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(ArrayIterator, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(BadFunctionCallException, z_list, sub, allow, ce_flags); \ + SPL_ADD_CLASS(BadMethodCallException, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(CachingIterator, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(CachingRecursiveIterator, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(Countable, z_list, sub, allow, ce_flags); \ |
