Zend 引擎可以嵌入 PHP 之外吗?

发布于 2024-08-17 07:57:05 字数 81 浏览 8 评论 0原文

如果我记得的话,Zend 引擎的原始设计之一是它相对容易嵌入人们可能希望创建的其他语言。基本上,PHP 语法没有所有 PHP 模块。现在还是这样吗?

One of the original designs of the Zend engine, if I recall, was that it was to be relatively easy to embed for other languages one might wish to create. Basically, the PHP syntax without all the PHP modules. Is this still the case?

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

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

发布评论

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

评论(1

扛起拖把扫天下 2024-08-24 07:57:05

嗯,Zend 引擎基本上是一个解释 PHP 字节码的虚拟机。基本上,您要做的就是为一种语言和编译器创建一个解析器,并将其编译为 PHP 字节码,以便它可以由 Zend 引擎执行。

现在我敢打赌这并不像听起来那么容易。我认为 Zend 引擎与 PHP 紧密集成,将其分离,因此它执行您自己的字节码可能会很麻烦。

希望这有帮助。

Well, the Zend Engine is basically a Virtual Machine that interprets PHP bytecode. Basically what you would have to do is create a parser for a language and a compiler and have it compile it into PHP bytecode therefore it could be executed by the Zend Engine.

Now I bet this isn't as easy as it sounds. I think the Zend Engine is pretty tightly intergrated with PHP and seperating it so it would execute your own bytecode could be quite a hassle.

Hope this helps.

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