共计 113 个字符,预计需要花费 1 分钟才能阅读完成。
preg_match在匹配 UTF-8 时不加 u 修饰符会发出此警告。
preg_match
UTF-8
u
<?php preg_match("/^\x{3010}(.*)\x{3011}/u", $content, $matches); var_dump($matches);
Phpunit No code coverage driver is available
给所有的superagent请求加上ajax的X-Requested-With标识