我正在运行一个非常简单的功能,但遇到内存超时问题,有什么建议吗?
function getSum($value)
{
return getsum($value) + "58";
}
echo getSum(5) // I would expect it to show 63
但相反,我得到:
Fatal error: Out of memory (allocated 1947467776) (tried to allocate 65488 bytes) in C:\Users\