From: Zeev Suraski Date: Sun, 18 Dec 2005 14:00:23 +0000 (+0000) Subject: Fix prototype X-Git-Tag: php-5.1.2RC1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f3678eb447d76df6a0e1ec7e162c4f10abaf955;p=php Fix prototype --- diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 3afbd43f3f..73832b7f64 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -1567,8 +1567,8 @@ SPL_METHOD(SplFileObject, getMaxLineLen) RETURN_LONG((long)intern->u.file.max_line_len); } /* }}} */ -/* {{{ proto bool SplFileObject>>hasChildren() - Rturn false */ +/* {{{ proto bool SplFileObject::hasChildren() + Return false */ SPL_METHOD(SplFileObject, hasChildren) { RETURN_FALSE;