On Tue, Aug 13, 2002 at 01:57:54PM +0200, MyBox wrote:
>
> function testfunc($var1,$var2)
> {
> ...many calculation and variables
> return $result;
> }
>
> then on call number 12 the script exits whith error-message:
> Fatal error: Allowed memory size of 8388608 bytes exhausted
Exhausting 8 megs
Hello!
I have a question:
In my PHP-script i have created a function with many calculation and
variables in the function.
example:
function testfunc($var1,$var2)
{
...many calculation and variables
return $result;
}
When i call the function they will work correktly - no errors, no warnings.
J
2 matches
Mail list logo