Skip to content

Commit 1bbb541

Browse files
authored
[Sync EN] isrighttoleft.xml Add the \<?php\ tag (#5514) (#2777)
Fixes #2773
1 parent 7125f3a commit 1bbb541

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

reference/intl/locale/isrighttoleft.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: ac2b471bbca22b1b77140cf7c67c979d18a0caec Maintainer: lacatoire Status: ready -->
2+
<!-- EN-Revision: facf6996ca5a6057f7092761079e4aa00c5b7713 Maintainer: lacatoire Status: ready -->
33
<!-- Reviewed: no -->
44
<refentry xml:id="locale.isrighttoleft"
55
xmlns="http://docbook.org/ns/docbook"
@@ -85,8 +85,10 @@
8585
&reftitle.examples;
8686
<example>
8787
<title>Vérifier la direction du texte pour une locale</title>
88-
<programlisting>
88+
<programlisting role="php">
8989
<![CDATA[
90+
<?php
91+
9092
var_dump(Locale::isRightToLeft('en-US'));
9193
var_dump(Locale::isRightToLeft('ar'));
9294
]]>

0 commit comments

Comments
 (0)