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

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

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

Reply via email to