All pastes #562653 Raw Edit

syntax

public text v1 · immutable
#562653 ·published 2007-06-12 21:17 UTC
rendered paste body
<?php
  if (rand() > .5) { // syntax error on this line...
?>
Hey, the random number generator created a number greater than .5
<?php
  } else {
?>
Hey, it didn't
<?php
  }
?>