|
Posted by Rik Wasmus on 10/17/07 08:52
On Wed, 17 Oct 2007 02:09:45 +0200, Bint <bint@csgs.com> wrote:
> Well, the error stems from an include file, I think. At least, if I
> comment out the include file, then I just get a "missing function" error.
> If I include the file, I get that error.
>
> In trying to track down this error, I've commented out everthing except
> the
> function definition, including the function's content. Here's what it
> looks
> like, and I get the error. Is there something wrong with this?
>
> <?php
>
> function RLE_Uncompress(&$in, $insize, $bytemode) {
> }
>
> ?>
As indicated earlier, on itself it's valid. There could be a problem with
the (placing of) the include itself. Care to give us some context in which
you try to include this file?
--
Rik Wasmus
Navigation:
[Reply to this message]
|