summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-08-02 02:20:01 +0000
committerMarcus Boerger <helly@php.net>2005-08-02 02:20:01 +0000
commitcf7089972f4c6e63ad9a92f3223bc2561f8113b2 (patch)
tree58663056b02f50d7bf90b55b2253c2241d726d0f /ext
parentfb5f1b7fad9ad49c32066b76903a8cd1920634e6 (diff)
downloadphp-git-cf7089972f4c6e63ad9a92f3223bc2561f8113b2.tar.gz
- Need to expose this one too
Diffstat (limited to 'ext')
-rwxr-xr-xext/spl/php_spl.c1
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); \