diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2015-06-23 17:46:07 -0400 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2015-06-23 17:46:20 -0400 |
commit | 28d7bb97a11c8eb55d568cb095517861c2e33d45 (patch) | |
tree | a2d1ec4e14b99fb1aaeca2fcdbd3776073fe1850 /ext/spl/php_spl.c | |
parent | 2d2bd2db971d4a3d9447418ec47dc79b1a782c95 (diff) | |
download | php-git-28d7bb97a11c8eb55d568cb095517861c2e33d45.tar.gz |
Fix more proto comments
Diffstat (limited to 'ext/spl/php_spl.c')
-rw-r--r-- | ext/spl/php_spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 917411ab6f..40e3126355 100644 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -450,7 +450,7 @@ PHP_FUNCTION(spl_autoload_call) zend_hash_rehash(ht); \ } while (0) -/* {{{ proto bool spl_autoload_register([mixed autoload_function = "spl_autoload" [, throw = true [, prepend]]]) +/* {{{ proto bool spl_autoload_register([mixed autoload_function [, bool throw [, bool prepend]]]) Register given function as __autoload() implementation */ PHP_FUNCTION(spl_autoload_register) { |