Re: [PHP-DEV] (non)growing memory while creating anoymous functions via eval()

2013-02-03 Thread Hans-Juergen Petrich
Hello Then again, your code still does not make sense to me ... Fully understand :-) Not want wasting your time with my specific situation... but there are situation where it make sense :-) For example... in my situation, i have time intensive (mathematically) operations to do in pure p

[PHP-DEV] (non)growing memory while creating anoymous functions via eval()

2013-02-03 Thread Hans-Juergen Petrich
et_usage()."\n"; } The only different in the second example is the fixed body length of the eval()-created anoymous function. I wondering why the memory in the second code-example will be freed at some point while in the first example not. I don't think it's a PHP-Bug but