使用匿名函数显示为未知类型

发布于 2024-09-14 09:36:32 字数 205 浏览 7 评论 0原文

当我尝试在 PHP 中使用匿名函数(作为可用的回调)时,没有语法错误等,但是当我尝试执行回调时,它会错误地输出该函数必须命名。 gettype 返回空值。

有人有这方面的经验吗?

http://pastie.org/1088386

When I attempt to use an anonymous function in PHP (As an available callback), there are no syntactical errors or the like but when I attempt to execute the callback, it errors out outputting that the function must be named. gettype returns a null value.

Anyone have any experience with this?

http://pastie.org/1088386

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一枫情书 2024-09-21 09:36:32

给我 object,这是正确的,因为实现了闭包作为 Closure 类型的对象。

已知闭包和某些操作码缓存存在内存损坏问题。如果您正在使用其中之一,请将其禁用并查看问题是否仍然存在。

It gives object to me, which is correct because closures are implemented as objects of type Closure.

There are know memory corruption issues with closures and some opcode caches. If you are using one, disable it and see if the problem persists.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文