Re: [PHP-DEV] [php 4.3.5] Determining Memory Usage by Variable

2004-08-02 Thread Derick Rethans
On Thu, 22 Jul 2004, Sterling Hughes wrote: > would be a good addition to xdebug, it couldn't be variable based, but > it could be data based. Yup, this is on my todo list. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [php 4.3.5] Determining Memory Usage by Variable

2004-07-22 Thread Sterling Hughes
would be a good addition to xdebug, it couldn't be variable based, but it could be data based. On Thu, 22 Jul 2004 08:55:00 -0700, Bruce Bailey <[EMAIL PROTECTED]> wrote: > Is there a way to determine how much memory a particular variable is using > (either in php or in an extension)? > > It migh

[PHP-DEV] [php 4.3.5] Determining Memory Usage by Variable

2004-07-22 Thread Bruce Bailey
Is there a way to determine how much memory a particular variable is using (either in php or in an extension)? It might be nice to check all variables in the php process (perhaps scanning the interpreter's symbol table). Thanks in advance, Bruce _