Jump to content

expecting T_CLASS help please


jokerfool

Recommended Posts

I have received this error:

 

Parse error: syntax error, unexpected '(', expecting T_CLASS

 

Referring to line 190 of some code which is:

 

188-191

 

//Final step
    case "final":
      final();
      break;

 

Refers to final(); as an error, what does this mean and how is it fixed?

 

Thank you.

Link to comment
https://forums.phpfreaks.com/topic/94205-expecting-t_class-help-please/
Share on other sites

These kind of errors are almost never on the line stated. The stated line is where the computer encounters something to make it realize there has already been an error. Look at the rest of your code. There's probably an open ( which hasn't been properly closed. Hope this helps.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.