preg_match(): Compilation failed: character value in \x{} or \o{} is too large at offset xx on line number xx preg_match在匹配UTF-8时不加u修饰符会发出此警告。 <?php preg_match("/^\x{3010}(.*)\x{3011}/u", $content, $matches)... 2019年6月4日 PHP 616 viewspreg_match(): Compilation failed: character value in \x{} or \o{} is too large at offset xx on line number xx已关闭评论 阅读全文