From cf7089972f4c6e63ad9a92f3223bc2561f8113b2 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 2 Aug 2005 02:20:01 +0000 Subject: [PATCH] - Need to expose this one too --- ext/spl/php_spl.c | 1 + 1 file changed, 1 insertion(+) 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); \ -- 2.50.1