jsgoupil Wed Oct 26 04:35:21 2005 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
php role for programlisting missing
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.96&r2=1.97&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.96
phpdoc/en/language/operators.xml:1.97
--- phpdoc/en/language/operators.xml:1.96 Fri Aug 19 11:27:50 2005
+++ phpdoc/en/language/operators.xml Wed Oct 26 04:35:20 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.96 $ -->
+<!-- $Revision: 1.97 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -1122,7 +1122,7 @@
<literal>instanceof</literal>.
</simpara>
<informalexample>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
class A { }