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