From affc20f8912d53fb9eb75c48968414d129a2a04b Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sun, 4 Feb 2018 05:44:28 -0200 Subject: Use bool instead of boolean in proto --- ext/spl/php_spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/spl/php_spl.c') diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 12277b4016..0c1f6c7b40 100644 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -80,7 +80,7 @@ static zend_class_entry * spl_find_ce_by_name(zend_string *name, zend_bool autol return ce; } -/* {{{ proto array class_parents(object instance [, boolean autoload = true]) +/* {{{ proto array class_parents(object instance [, bool autoload = true]) Return an array containing the names of all parent classes */ PHP_FUNCTION(class_parents) { -- cgit v1.2.1