diff options
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-x | 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 ee6482548a..7c6e174e97 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -85,6 +85,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); |