Re: Detecting Recursion
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Detecting Recursion

From: Thomas Mlynarczyk <blue_elephant55@hotmail.com>
Date: Fri Oct 21 2005 - 22:56:19 CEST

Also sprach Henk Verhoeven:

> Maybe debug_zval_dump() can be of use for getting an unique key? See
> http://www.php.net/manual/en/function.debug-zval-dump.php
> (the part about refcount is confusing, but maybe you do only need the
> first (string(11)) part of the output)

An interesting function - especially because of the refcount. I do not quite
see yet how I could use it for getting a unique key (the point being to get
different values for different things even if they are identical copies),
but I will have a closer look at this function. Thanks for the suggestion.

Greetings,
Thomas
Received on Mon Oct 24 02:11:41 2005