diff options
| author | Zeev Suraski <zeev@php.net> | 2005-12-18 14:00:23 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2005-12-18 14:00:23 +0000 |
| commit | 2f3678eb447d76df6a0e1ec7e162c4f10abaf955 (patch) | |
| tree | 07e363e0f3319333331ffe5776ad8d94b275854f /ext | |
| parent | 8d4080a6e19ca2ee53a3f204af078a9b6dcd4a12 (diff) | |
| download | php-git-2f3678eb447d76df6a0e1ec7e162c4f10abaf955.tar.gz | |
Fix prototype
Diffstat (limited to 'ext')
| -rwxr-xr-x | ext/spl/spl_directory.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
