Erin
Erin
Fancy taking a shot at implementing it? I think it should just be changing the behaviour of `ItemSel_None`.
How about: ```php while (ob_get_level() > 0) { ob_end_clean(); } ``` I think that would end up the same result, be static analysis safe, and actually throw in case of...
> I do not know How i can open another :( This is because you've created this PR off your `master` branch - you should have a read of the...
I think this is the same issue in both cases (the lack of forward / current declarations existing), it's just that everything is incorrectly missing the tag in the 2nd...
The root of the issue here seems to be that `CSPForward` stores a `AMX *` to identify the plugin to call the forward on, but that pointer is bound to...
This is expected, I believe it is documented already in the context of methodmaps that they have `this` as an implicit first argument.
There is already a compile warning here: ``` plugin.sp(18) : warning 213: tag mismatch ```
This does seem like it would be a useful addition to have - I'd probably lean more on the side of a heredoc-style syntax with flexible indentation stripping similar to...
This is something I've attempted to work on a few times in various iterations (Spider has a clean implementation of a bunch of natives, which was unmaintainable), it is definitely...
`-h` with no input files shows the full help output.