summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/spl/php_spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c
index 39f3085c8a..1e80bf2622 100755
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -79,7 +79,7 @@ static zend_class_entry * spl_find_ce_by_name(zend_uchar ztype, zstr name, int l
return *ce;
}
-/* {{{ proto array class_parents(object instance) U
+/* {{{ proto array class_parents(object instance [, boolean autoload = true]) U
Return an array containing the names of all parent classes */
PHP_FUNCTION(class_parents)
{