Would it be theoretically possible to enable automatically the -a switch if -n or -p is enabled and if in the code is a non declared @F array or a part of it?
Would it be theoretically possible to enable automatically the -a switch if -n or
Share
No, I don’t think you can do this; -a, like -l, -n, and -p actually changes the code presented to the parser, long before you’d know if the code uses
@F.