Re: [PHP-DEV] Re: #18401 [Opn->Ana]: shuffle() broken (fwd)

2002-08-16 Thread Tim Converse
--- Yasuo Ohgaki <[EMAIL PROTECTED]> wrote: > Dan Kalowsky wrote: > > Anyone able to confirm or deny the validity of this > patch? > > > > > > -- Forwarded message -- > > > > [2002-07-18 01:03:51] [EMAIL PROTECTED] > > > > The shuffle() function in the CVS is (still) broken. It

Re: [PHP-DEV] Re: #18401 [Opn->Ana]: shuffle() broken (fwd)

2002-08-16 Thread Tim Converse
--- Yasuo Ohgaki <[EMAIL PROTECTED]> wrote: > Tim Converse wrote: > > --- Yasuo Ohgaki <[EMAIL PROTECTED]> wrote: > > > >>Dan Kalowsky wrote: > >> > >>>Anyone able to confirm or deny the validity of this > >> > >>patch?

Re: [PHP-DEV] Interfaces in PHP

2002-08-20 Thread Tim Converse
--- Brad LaFountain <[EMAIL PROTECTED]> wrote: > 2) Interfaces as they exist in java don't really give you > much in a stripting > language but if you insist on having something like that > you can curently do it > with the zend1. > > class temperature { > function __construct($value) {}