didou Wed Feb 18 12:11:48 2004 EDT
Modified files:
/phpdoc/en/reference/var/functions is-array.xml
Log:
this one is PHP
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/is-array.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/var/functions/is-array.xml
diff -u phpdoc/en/reference/var/functions/is-array.xml:1.4
phpdoc/en/reference/var/functions/is-array.xml:1.5
--- phpdoc/en/reference/var/functions/is-array.xml:1.4 Tue Feb 3 14:07:11 2004
+++ phpdoc/en/reference/var/functions/is-array.xml Wed Feb 18 12:11:48 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.is-array">
<refnamediv>
@@ -19,7 +19,7 @@
<para>
<example>
<title>Check that variable is an array</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$yes = array('this', 'is', 'an array');