Re: PHP Brain Teasers

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

 



On 7/3/07, Robert Cummings <robert@xxxxxxxxxxxxx> wrote:
On Tue, 2007-07-03 at 10:36 -0400, Daniel Brown wrote:
>
>
>     A similar one:
>
> <?
> function sing($ignore) {
>         echo "It's a song!\n";
> }
>
> (float) $bus;
> $bus = 14.750;
> while($wheels = round($bus,2)) {
>         sing($wheels);
> }
> ?>

Well when you say it like that... you trigger my kid friendly singing
side that I picked up while bringing my son to playgroup :)

   Ha!  Kids will do that to ya', that's for sure!

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