Re: PHP Brain Teasers

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

 



On 7/5/07, Chris Boget <chris.boget@xxxxxxxx> wrote:
while( TRUE ) {
  $actions++;
  $words--;
}

"Actions speak louder than words."


$bets = array(1,2,3,4,5);
unset( $bets );

"All bets are off."


$arr = array( 'this', 'that', 'times' );
$arr[] = 'behind';

"Behind the times."


for( $i = 0; $i <= 6; $i++ ) {
  $deep++;
}

"Deep Six."


for( $i = 0; $i <= 5; $i++ ) {
  $flies--;
}

"Time flies backwards?"  // Not sure on this one.

--
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