diff options
Diffstat (limited to 'ext/spl/php_spl.h')
-rw-r--r-- | ext/spl/php_spl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index fb0765a81b..855a78c404 100644 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -83,6 +83,7 @@ extern zend_spl_globals spl_globals; PHP_FUNCTION(spl_classes); PHP_FUNCTION(class_parents); PHP_FUNCTION(class_implements); +PHP_FUNCTION(class_uses); PHPAPI void php_spl_object_hash(zval *obj, char* md5str TSRMLS_DC); |