mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Fixed proto
This commit is contained in:
parent
d2e97a0e09
commit
6221154fed
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue