fork download
  1. <?php
  2.  
  3. $_GET['test']=-12;
  4. var_dump($_GET['test']);
  5. // your code goes here
Success #stdin #stdout 0.01s 24400KB
stdin
Standard input is empty
stdout
int(-12)