From: Zeev Suraski Date: Sun, 18 Dec 2005 14:05:23 +0000 (+0000) Subject: Fix prototype (MFB) X-Git-Tag: RELEASE_1_0_4~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9955ce10b16cfae1f54867ad8574ad9c9eb1148e;p=php Fix prototype (MFB) --- diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 84ca5a8b22..5eae50022c 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -1563,8 +1563,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;