summaryrefslogtreecommitdiff
path: root/ext/spl
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-11-30 00:12:29 +0000
committerHannes Magnusson <bjori@php.net>2008-11-30 00:12:29 +0000
commitad672f1a938ef819027f1c8160775ef01460acb0 (patch)
tree313d97330f368d5573d3048d8085ed970d4695c0 /ext/spl
parent482d167a774905f48f27a2a9237f6fba947e6425 (diff)
downloadphp-git-ad672f1a938ef819027f1c8160775ef01460acb0.tar.gz
MFH: Fix proto
Diffstat (limited to 'ext/spl')
-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 26794e4732..4804ffbdb4 100755
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -85,7 +85,7 @@ static zend_class_entry * spl_find_ce_by_name(char *name, int len, zend_bool aut
return *ce;
}
-/* {{{ proto array class_parents(object instance)
+/* {{{ proto array class_parents(object instance [, boolean autoload = true])
Return an array containing the names of all parent classes */
PHP_FUNCTION(class_parents)
{