>FromYourCode();

Source code quote in PHP11

 15 May, 2013 at 23:10
<?
if($test == true) {
  return true;
} else if($test == false) {
  return false;
}
?>

Check similar quotes

Share this quote