yannick Thu Aug 19 06:11:42 2004 EDT
Modified files:
/phpdoc/en/reference/xattr/functions xattr-remove.xml xattr-set.xml
Log:
parse error
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-remove.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xattr/functions/xattr-remove.xml
diff -u phpdoc/en/reference/xattr/functions/xattr-remove.xml:1.2
phpdoc/en/reference/xattr/functions/xattr-remove.xml:1.3
--- phpdoc/en/reference/xattr/functions/xattr-remove.xml:1.2 Wed Aug 18 17:24:33
2004
+++ phpdoc/en/reference/xattr/functions/xattr-remove.xml Thu Aug 19 06:11:41
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xattr-remove">
<refnamediv>
@@ -54,7 +54,7 @@
<programlisting role="php">
<![CDATA[
<?php
-$file = 'some_file;
+$file = 'some_file';
$attributes = xattr_list($file);
foreach ($attributes as $attr_name) {
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-set.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/xattr/functions/xattr-set.xml
diff -u phpdoc/en/reference/xattr/functions/xattr-set.xml:1.3
phpdoc/en/reference/xattr/functions/xattr-set.xml:1.4
--- phpdoc/en/reference/xattr/functions/xattr-set.xml:1.3 Wed Aug 18 17:14:14
2004
+++ phpdoc/en/reference/xattr/functions/xattr-set.xml Thu Aug 19 06:11:41 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xattr-set">
<refnamediv>
@@ -66,7 +66,7 @@
<programlisting role="php">
<![CDATA[
<?php
-$file = 'my_favourite_song.wav;
+$file = 'my_favourite_song.wav';
xattr_set($file, 'Artist', 'Someone');
xattr_set($file, 'My ranking', 'Good');
xattr_set($file, 'Listen count', '34');