From 2b48dd5cdbb900953911bb4424d13e8a18855c2d Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 21 May 2004 15:20:48 +0000 Subject: [PATCH] fix the same bug and a typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159292 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/constants.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/stream/constants.xml b/reference/stream/constants.xml index 15e0951707..c7804efc88 100644 --- a/reference/stream/constants.xml +++ b/reference/stream/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -23,7 +23,7 @@ - STREAM_FILTER_WRITE + STREAM_FILTER_WRITE * Used with stream_filter_append and stream_filter_prepend to indicate @@ -32,7 +32,7 @@ - STREAM_FILTER_ALL + STREAM_FILTER_ALL * This constant is equivalent to STREAM_FILTER_READ | @@ -40,20 +40,20 @@ - PSFS_PASS_ON + PSFS_PASS_ON * Return Code indicating that the userspace filter returned buckets in $out. - PSFS_FEED_ME + PSFS_FEED_ME * Return Code indicating that the userspace filter did not return buckets in $out (i.e. No data available). - PSFS_ERR_FATAL + PSFS_ERR_FATAL * Return Code indicating that the userspace filter encountered an unrecoverable error (i.e. Invalid data received). @@ -192,7 +192,7 @@ - The constants marked with * are just avaliable + The constants marked with * are just available in PHP 5.