Fixed proto

This commit is contained in:
Hannes Magnusson 2008-11-30 00:12:11 +00:00
parent d2e97a0e09
commit 6221154fed

View file

@ -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)
{