Skip to content

Commit 75d9208

Browse files
Keep Run code off the mb_detect_encoding() PHP 8.2 screen
1 parent 1b0d325 commit 75d9208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference/mbstring/functions/mb-detect-encoding.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<para>
134134
<example>
135135
<title><function>mb_detect_encoding</function> example</title>
136-
<programlisting role="php">
136+
<programlisting role="php" annotations="non-interactive">
137137
<![CDATA[
138138
<?php
139139
@@ -181,7 +181,7 @@ string(5) "ASCII"
181181
<para>
182182
<example>
183183
<title>Effect of <parameter>strict</parameter> parameter</title>
184-
<programlisting role="php">
184+
<programlisting role="php" annotations="non-interactive">
185185
<![CDATA[
186186
<?php
187187
// 'áéóú' encoded in ISO-8859-1

0 commit comments

Comments
 (0)