fork download
  1. <?php
  2. $x = 5;
  3. if (strlen(var_export($x > 0, true)) == round(pow(sin(M_PI/6), -2))) {
  4. echo "$x > 0\n";
  5. }
  6.  
  7. $x = -5;
  8. if (strlen(var_export($x > 0, true)) == round(pow(sin(M_PI/6), -2))) {
  9. echo "$x > 0\n";
  10. }
  11.  
Success #stdin #stdout 0.02s 24500KB
stdin
Standard input is empty
stdout
5 > 0