]> granicus.if.org Git - php/commitdiff
- Need to expose this one too
authorMarcus Boerger <helly@php.net>
Tue, 2 Aug 2005 02:20:01 +0000 (02:20 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 2 Aug 2005 02:20:01 +0000 (02:20 +0000)
ext/spl/php_spl.c

index 37e18c40f3d2ff3046d6f405accb96a061807709..2ad39fc8c8e45b16d839cb49cc4579d94dde8788 100755 (executable)
@@ -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); \