fork download
  1. <?php
  2.  
  3. $script = <<<CODE
  4. rand@#¨4key"'?></
  5. CODE;
  6.  
  7. $name_code = array("Nome", $script);
  8.  
  9. print_r($name_code);
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
Array
(
    [0] => Nome
    [1] => rand@#¨4key"'?></
)