mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix php highlight in examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265942 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dd1f81f00b
commit
d1d868c383
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.167 $ -->
|
||||
<!-- $Revision: 1.168 $ -->
|
||||
<chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Control Structures</title>
|
||||
|
||||
|
@ -532,7 +532,7 @@ endfor;
|
|||
</simpara>
|
||||
<para>
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
/*
|
||||
|
@ -562,7 +562,7 @@ for($i = 0; $i < sizeof($people); ++$i)
|
|||
</simpara>
|
||||
<para>
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$people = Array(
|
||||
|
|
Loading…
Reference in a new issue