parse error

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166779 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yannick Torres 2004-08-19 10:11:41 +00:00
parent 83d7a98510
commit b0d5d1f84a
3 changed files with 6 additions and 6 deletions

View file

@ -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-list">
<refnamediv>
@ -53,7 +53,7 @@
<programlisting role="php">
<![CDATA[
<?php
$file = 'some_file;
$file = 'some_file';
$root_attributes = xattr_list($file, XATTR_ROOT);
$user_attributes = xattr_list($file);

View file

@ -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) {

View file

@ -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');