From: Hannes Magnusson Date: Sun, 30 Nov 2008 00:12:11 +0000 (+0000) Subject: Fixed proto X-Git-Tag: BEFORE_HEAD_NS_CHANGES_MERGE~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6221154fed68ca953c5fd970900bb36fc13a0d29;p=php Fixed proto --- 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) {