>FromYourCode();

Source code quote in PHP11

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

Check similar quotes

Share this quote