|
Posted by Bint on 10/17/07 00:09
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) {
}
?>
"Michael Fesser" <netizen@gmx.de> wrote in message
news:2oiah3t0rfv0u4bfqp7gustq1ojripmk8r@4ax.com...
> .oO(Bint)
>
>>I'm getting this returned from a PHP script. What does this mean?
>>
>><b>Parse error</b>: syntax error, unexpected ')', expecting
>>T_PAAMAYIM_NEKUDOTAYIM in <b>/ho
>
> The parser expects a '::' somewhere (yes, it's a strange name for that,
> Google knows some details about it). Please post the code around the
> line that was mentioned (and snipped by you) in the error message.
>
> Micha
Navigation:
[Reply to this message]
|