You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am glad at least this will be fixed, as SQL highlighting kinda sucks really hard in PHP, mainly when you use PHP variables and it just stops highlighting after the double/single quote...
As title says, SQL highlighting does not work when you wrap the statement in 2 or 3 functions (works with 1 or 4+).
Just try this piece of code:
function2(function1("SELECT * FROM table WHERE something='$variable'"));
Here is an image:
The text was updated successfully, but these errors were encountered: