<?php $GLOBALS = 'miauw'; $_SERVER = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55]; function miauw() { var_dump($_SERVER, $GLOBALS, $GLOBALS['_SERVER']); } miauw();
You have javascript disabled. You will not be able to edit any code.