mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
replaced <, > with character entity
This commit is contained in:
parent
ea3f3a185a
commit
8fa9188388
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ Array
|
|||
</screen>
|
||||
</example>
|
||||
<example xml:id="function.array-fill.example.neagtive">
|
||||
<title>negative <parameter>start_index</parameter> (PHP < 8)</title>
|
||||
<title>negative <parameter>start_index</parameter> (PHP < 8)</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -134,7 +134,7 @@ Array
|
|||
</screen>
|
||||
</example>
|
||||
<example xml:id="function.array-fill.example.negative8">
|
||||
<title>negative <parameter>start_index</parameter> (PHP >= 8)</title>
|
||||
<title>negative <parameter>start_index</parameter> (PHP >= 8)</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue