summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.h
diff options
context:
space:
mode:
authorStefan Marr <gron@php.net>2011-07-23 19:08:43 +0000
committerStefan Marr <gron@php.net>2011-07-23 19:08:43 +0000
commit1fc4bc1d569864279058e40bdea8a47a51187da3 (patch)
treed6bf2b7cffa0b9e17ce2ce25f19aebe2d8a94d25 /ext/spl/php_spl.h
parent9a483afa5bf4917cf59132bc884ad7b7033938c5 (diff)
downloadphp-git-1fc4bc1d569864279058e40bdea8a47a51187da3.tar.gz
Added missing class_uses(..) function to SPL to mirror class_implements(..).
# Was pointed out as missing in bug #55266.
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-xext/spl/php_spl.h1
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);