>FromYourCode();

Source code quote in PHP105

 August 19, 2014 am31 10:16
<?php
$a=1;$b=0;
if(!$a<$b) echo 'yes'; 
?>

Check similar quotes

Share this quote