At 19:38 11/5/2001, Andrei Zmievski wrote:
>On Fri, 11 May 2001, Jason Greene wrote:
> > True,
> > I was lazy though and didn't feel like writing all that additional code,
> > just to save 13 longs of memory space : )
>
>13 * sizeof(zval) actually.

13*(sizeof(zval)+sizeof(zend_mem_header)), and possibly slightly more, 
actually :)
Next thing you know you'd run out of memory just because of this.

Zeev


-- 
PHP Development 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]

Reply via email to