|
Posted by Jerry Stuckle on 10/17/07 01:15
Bint wrote:
> "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
>
>
>
> 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 everything
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) {
> }
>
> ?>
>
>
(top posting fixed)
Nothing wrong with the function AFAICS. But it could be almost anyplace
and just showing up there.
For instance, unmatched single or double quotes may show an error dozens
of lines later in the file.
P.S. Please don't top post. Thanks.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|