From d8aa55c640c503c71fd9358052fbd0b9c0d8a137 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Thu, 26 Oct 2023 08:13:58 +0800 Subject: [PATCH 1/3] Sync random_int and strrchr --- reference/random/functions/random-int.xml | 5 +++-- reference/strings/functions/strrchr.xml | 21 +++++++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/reference/random/functions/random-int.xml b/reference/random/functions/random-int.xml index d87ff80b40..a1126bfd1c 100644 --- a/reference/random/functions/random-int.xml +++ b/reference/random/functions/random-int.xml @@ -1,6 +1,7 @@ - + + random_int @@ -115,7 +116,7 @@ int(-898) &reftitle.seealso; - Random\Randomizer::getInt + Random\Randomizer::getInt random_bytes diff --git a/reference/strings/functions/strrchr.xml b/reference/strings/functions/strrchr.xml index 6bdfe191dd..d84c8e8e12 100644 --- a/reference/strings/functions/strrchr.xml +++ b/reference/strings/functions/strrchr.xml @@ -1,6 +1,6 @@ - + @@ -106,16 +106,21 @@ ]]> - + &example.outputs.similar; + + + + From 261d773ff5a0bb824d5c508845c1c9b0438c2d89 Mon Sep 17 00:00:00 2001 From: Lu Fei <52o@qq52o.cn> Date: Thu, 26 Oct 2023 08:56:03 +0800 Subject: [PATCH 2/3] Update reference/strings/functions/strrchr.xml --- reference/strings/functions/strrchr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/strrchr.xml b/reference/strings/functions/strrchr.xml index d84c8e8e12..78bfb54950 100644 --- a/reference/strings/functions/strrchr.xml +++ b/reference/strings/functions/strrchr.xml @@ -1,6 +1,6 @@ - + From e8d6e8c96c44f5cc1ac6ae8ce0e4fa622f8d5d7f Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Fri, 27 Oct 2023 10:35:12 +0800 Subject: [PATCH 3/3] Update --- bookinfo.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/bookinfo.xml b/bookinfo.xml index 95c50fc8c2..baa0302173 100644 --- a/bookinfo.xml +++ b/bookinfo.xml @@ -29,6 +29,7 @@ 肖盛文 褚兆玮 鲍国枭 + 鲁飞