diff options
author | Hannes Magnusson <bjori@php.net> | 2008-11-30 00:12:29 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2008-11-30 00:12:29 +0000 |
commit | ad672f1a938ef819027f1c8160775ef01460acb0 (patch) | |
tree | 313d97330f368d5573d3048d8085ed970d4695c0 /ext/spl | |
parent | 482d167a774905f48f27a2a9237f6fba947e6425 (diff) | |
download | php-git-ad672f1a938ef819027f1c8160775ef01460acb0.tar.gz |
MFH: Fix proto
Diffstat (limited to 'ext/spl')
-rwxr-xr-x | ext/spl/php_spl.c | 2 |
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) { |