Re: Re: PHP Brain Teasers

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

 



On 7/4/07, Robert Cummings <robert@xxxxxxxxxxxxx> wrote:
On Wed, 2007-07-04 at 19:38 +0100, Colin Guthrie wrote:
> Robert Cummings wrote:
> > For every action there is an equal and opposite reaction. Thanks Abe,
>
> Sir Abraham Newton - father of modern mechanics!

It's the new physics where you have to lobby to get things to move :/

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



   An easy one going on a previous theme.  And see?  Every so often,
I come up with some good ideas like this thread.... albeit more
intrusive than productive.... :-\

<?

global $eggs;
global $chickens;

function hatch($eggs) {
   return 1;
}

if(!hatch($eggs)) {
   echo Null;
} else {
   count($chickens);
}
?>

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