On 7/5/07, Chris Boget <[EMAIL PROTECTED]> 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

Reply via email to