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.