-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PHP] _SERVER var name #9924
Comments
It's a builtin global variable in PHP runtime. |
Thanks Aleksandr for your reply ! |
Another option is to emit a warning for such variable names. |
Sure we should, how is this different from not generating |
I agree. |
* destroy * update haxelib submodule * submodule * submodule ffs * cppia * remove echoServer * remove more things * more * use patched utest for now * remove one more * try utest2 * fix test * explicitly pass `null` to the `type` argument of `utest.Assert.raises()` * [php] update test #9924 for compatibility with the latest utest * [tests] type-hint Vfs.getContent * fix Vfs.getContent one more time * fix display tests * switch to utest master --------- Co-authored-by: Aleksandr Kuzmenko <alex@stablex.ru>
* destroy * update haxelib submodule * submodule * submodule ffs * cppia * remove echoServer * remove more things * more * use patched utest for now * remove one more * try utest2 * fix test * explicitly pass `null` to the `type` argument of `utest.Assert.raises()` * [php] update test HaxeFoundation#9924 for compatibility with the latest utest * [tests] type-hint Vfs.getContent * fix Vfs.getContent one more time * fix display tests * switch to utest master --------- Co-authored-by: Aleksandr Kuzmenko <alex@stablex.ru>
Hej !
I'm on this "bug" for several days now it drove me crazy...
I've named a local variable "_SERVER", haxe transpilled that to $_SERVER and it has "overriden" the php _SERVER variable...
I don't know maybe something should be done for something like that ?
The text was updated successfully, but these errors were encountered: