What does mean t_ in t_string which parse displays in errors? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does mean t_ in t_string which parse displays in errors?

probably a dumb question

8th Sep 2017, 6:21 PM
macro Rus
macro Rus - avatar
2 Answers
+ 1
Its always handy to try and post the code thats throwing up the error as its hard for me to explain why it would be happening for you. Otherwise, i would suggest checking all the quote marks and you likely have forgotten one, using the wrong quotes, or missing a semi colon or something like that. unexpected T_STRING normally means you have an syntax error where the compiler found a string where it expected something else, typically a closing bracket or something like that.
9th Oct 2017, 3:13 PM
ihateonions
0
sorry me for replying a little late. I've been coding all time, that excuses me. I meant was l what does it stand for. Sorry again for confusing formulation.
7th Nov 2017, 2:07 PM
macro Rus
macro Rus - avatar