Fatal error: Cannot use assign-op operators ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ChibiGuy
Forum Newbie
Posts: 22
Joined: Fri Jul 11, 2003 11:23 pm
Location: USA
Contact:

Fatal error: Cannot use assign-op operators ?

Post by ChibiGuy »

I get the following error when trying to eval() the code succeeding the error

Code: Select all

Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in /home/xl-netwo/public_html/gsans/template/templates.class(263) : eval()'d code on line 1

Code: Select all

$OPEN = '$BLOCKSїSUBBLOCK]їSUBBLOCKA]їSUBBLOCKB]їSUBBLOCKC]';
eval("$OPEN .= \$linesї\$i];"); // $linesї$i] is a line of text
Does anyone know what the error means?
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post by jmarcv »

Dunno. Maybe MUHAMMAD does.
ChibiGuy
Forum Newbie
Posts: 22
Joined: Fri Jul 11, 2003 11:23 pm
Location: USA
Contact:

Post by ChibiGuy »

what's that supposed to mean?
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post by jmarcv »

What it means is that its a little bothersome in a computer board to see religeous beliefs advertised constantly. Especially in 'shouting' font.
Possibly inappropriate on my side as well. Just reacting to something that is annoying to me.

If you are offended, don't be. And my apologies are extended to you.
ChibiGuy
Forum Newbie
Posts: 22
Joined: Fri Jul 11, 2003 11:23 pm
Location: USA
Contact:

Post by ChibiGuy »

I don't see it as innappriate, I'm just a firm believer in GOD. and it's not shouting text, it's simply as it is. I never meant for it to look like the text is calling for extreme attention.

BUT I accept your apology. :roll:
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post by jmarcv »

Everyone knows uppercase is shouting, in the computer world. When I see you message more than your problem, maybe it is a problem.

..and I guess I just hate 'signatures'

FYI, I would have done the same with any other religeon, even mine. In fact, even Mac heads....
ChibiGuy
Forum Newbie
Posts: 22
Joined: Fri Jul 11, 2003 11:23 pm
Location: USA
Contact:

Post by ChibiGuy »

wat does FYI mean?
I have no clue :oops:
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post by jmarcv »

For Your Information, anotherwords, no justification element, just informational.
Post Reply