Re: Re: PHP Brain Teasers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



   Hooray!  I started a thread that's been able to get beyond 40
posts, and it's not a flame war of wit or a CAPTCHA discussion.

   This may be a bit nested and obscure, but it's actually a quote we
see on the list quite often.... and I get a kick out of it each time I
see it.

<?

if(!$trust) {
   try {
       $item = "computer";
       if(!$can) {
           throw new Exception($item);
       }
   } catch(Exception $e) {
       exec('echo '.$e.' >> window.txt');
   }
}
?>


--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux