fork download
  1. <?php
  2. $dane = "x";
  3. $dane = $dane == "x"?$dane:$dane="NONE";
  4. var_dump($dane);
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
string(1) "x"