From 6221154fed68ca953c5fd970900bb36fc13a0d29 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 30 Nov 2008 00:12:11 +0000 Subject: [PATCH] Fixed proto --- ext/spl/php_spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1