Closed as not planned
Description
Description
Hi, now i am studying php and its source code. But i am some question can't be resolved. Can u help me?
Question
According to the php documentation, $_GET
will be urldecoded auto.
https://www.php.net/manual/en/reserved.variables.get.php
But i can't find the source code about this. I only found the code about php_startup_auto_globals
.
https://github.com/php/php-src/blob/master/main/php_variables.c#L954-L963
This seems to have nothing to do with the source code about parsed.
Can you show me where the code is to help me understand?
Thanks for your help.