fork download
  1. <?php
  2.  
  3. $t = 1;
  4.  
  5. $p = (string) ($t ? 2 : 3);
  6.  
Success #stdin #stdout 0.03s 25900KB
stdin
Standard input is empty
stdout
string(1) "2"