共计 139 个字符,预计需要花费 1 分钟才能阅读完成。
在使用 phpunit 进行单元测试覆盖率的时候出现 No code coverage driver is available,是因为没有装xdebug 扩展。
phpunit
No code coverage driver is available
xdebug
在命令执行 pecl install --force xdebug 即可
pecl install --force xdebug
meshell@home# pecl install --force xdebug
php通过proc_open提交git文件
preg_match(): Compilation failed: character value in \x{} or \o{} is too large at offset xx on line number xx