From c184d4a795cbe5a007f39a268f290cc97670fd96 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Tue, 10 Feb 2026 14:46:10 +0800 Subject: [PATCH] Move default flag clarification to top of flags description The note about PREG_PATTERN_ORDER being the default was buried at the end of the flags list, making it easy to miss. --- reference/pcre/functions/preg-match-all.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/pcre/functions/preg-match-all.xml b/reference/pcre/functions/preg-match-all.xml index 119b24416..b36761c64 100644 --- a/reference/pcre/functions/preg-match-all.xml +++ b/reference/pcre/functions/preg-match-all.xml @@ -1,6 +1,6 @@ - + @@ -58,6 +58,9 @@ flags + + 如果没有给定排序标记,假定设置为PREG_PATTERN_ORDER。 + 可以结合下面标记使用(注意不能同时使用PREG_PATTERN_ORDERPREG_SET_ORDER): @@ -237,9 +240,6 @@ Array - - 如果没有给定排序标记,假定设置为PREG_PATTERN_ORDER。 -