...Or call it a riddle.. Whatever... :-)
What did the following code look like in it's original form?
function bitdef($prefix, $name, $bitnum)
{
define($prefix."B_".$name, $bitnum);
define($prefix."F_".$name, 1 << $bitnum);
}
--
Lasse
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Re: Popquiz... Lasse
- [PHP] Re: Popquiz... elias
- [PHP] Re: Popquiz... Lasse

