didou Tue Mar 2 10:58:18 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions glob.xml
Log:
missing ?>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/filesystem/functions/glob.xml
diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.13
phpdoc/en/reference/filesystem/functions/glob.xml:1.14
--- phpdoc/en/reference/filesystem/functions/glob.xml:1.13 Mon Dec 15 11:49:45
2003
+++ phpdoc/en/reference/filesystem/functions/glob.xml Tue Mar 2 10:58:17 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<refentry id="function.glob">
<refnamediv>
<refname>glob</refname>
@@ -81,6 +81,7 @@
foreach (glob("*.txt") as $filename) {
echo "$filename size " . filesize($filename) . "\n";
}
+?>
]]>
</programlisting>
<para>