RE: PHP Brain Teasers

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

 



[snip]
> > So I'll double-whammy it with a "Name That Tune" factor:
> >
> > <?php
> >   class Thread {
> >      var $wheel;
> >      function Thread (){
> >        $this->wheel = 'roun\'';
> >      }
> >   }
> >   while($wheel = new Thread());
> > ?>
    "The wheel goes roun and roun" [sic]
[/snip]

if($x == 0.01 || $x == 1.0){
	$y = "in";
}

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