Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个庞大的项目,测试需要很长时间。XDebug我想通过从 切换到 来加快速度PCOV。我看到了巨大的速度提升,但我有一个问题。在我的测试中的一些地方,我xdebug_get_headers()用来测试标题(显然)。对于 PCOV,此功能不可用,因此我正在寻找替换的想法。
XDebug
PCOV
xdebug_get_headers()
我试过headers_list()了,但它在 CLI 上不起作用。我怎样才能使它工作?可能无需进行大量重写。
headers_list()