Ah, yes. Those are split by PHP when they are turned into variables. Currently, this means value=test and test1=boolean TRUE (isset will recognize it).
You'll have to use $_SERVER["QUERY_STRING"] to break that apart. However, your browser should translate that ampersand into "%26", which will be translated by your HTTP server back into an ampersand.
Try using both methods.