[snip] I like this one: <?php for ($i = "an"; $i=="an"; );
?>
[/snip]
Wow, that is a stumper. Here is another, should be quite simple;
<?php
function think($i) {
TRUE == $i ? 'self-aware' : 'cow';
$return($x);
}
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

