Skip to content

Commit 1070722

Browse files
authored
misc sync with EN (#1976)
1 parent 5dcc337 commit 1070722

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

language/oop5/property-hooks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: c925e1a0ce0659ee1c12d80f9a4a58b10cc4222f Maintainer: Fan2Shrek Status: ready -->
2+
<!-- EN-Revision: 38ee859fa546db84a0a439420941a94ae49351fb Maintainer: Fan2Shrek Status: ready -->
33
<!-- Reviewed: yes -->
44
<sect1 xml:id="language.oop5.property-hooks" xmlns="http://docbook.org/ns/docbook">
55
<title>Hooks de propriété</title>

reference/pcre/pattern.modifiers.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: c43393d1b64a41be1b8c45f997062b0f645bc91e Maintainer: yannick Status: ready -->
3+
<!-- EN-Revision: b5aa3464c8817645633dc4364e1ac2d7b92c5b3f Maintainer: yannick Status: ready -->
44
<!-- Reviewed: no -->
55

66
<article xml:id="reference.pcre.pattern.modifiers" xmlns="http://docbook.org/ns/docbook">
@@ -207,7 +207,7 @@
207207
</simpara>
208208
<simpara>
209209
Par exemple, <code>preg_match('/\x{212A}/iu', "K")</code> correspond au signe Kelvin <literal>K</literal> (U+212A).
210-
Lorsque <emphasis>u</emphasis> est utilisé (<code>preg_match('/\x{212A}/iur', "K")</code>), cela ne correspond pas.
210+
Lorsque <emphasis>r</emphasis> est utilisé (<code>preg_match('/\x{212A}/iur', "K")</code>), cela ne correspond pas.
211211
</simpara>
212212
<simpara>
213213
Disponible à partir de PHP 8.4.0.

0 commit comments

Comments
 (0)