From b731706730332d3184f53b4b508cfcb8d883050c Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 9 Jul 2009 08:13:52 +0000 Subject: [PATCH] fix spelling git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283747 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/regexiterator.xml | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/reference/spl/regexiterator.xml b/reference/spl/regexiterator.xml index 51baf8b021..57d2aead22 100644 --- a/reference/spl/regexiterator.xml +++ b/reference/spl/regexiterator.xml @@ -1,5 +1,5 @@ - + The RegexIterator class @@ -102,35 +102,49 @@ RegexIterator::ALL_MATCHES - Return all matches for the current entry (see preg_match_all). + + Return all matches for the current entry + (see preg_match_all). + RegexIterator::GET_MATCH - Return the first match for the current entry (see preg_match). + + Return the first match for the current entry + (see preg_match). + RegexIterator::MATCH - Only execute match (filter) for the current entry (see preg_match). + + Only execute match (filter) for the current entry + (see preg_match). + RegexIterator::REPLACE - Replace the current entry or the current key (see preg_replace). + + Replace the current entry or the current key + (see preg_replace). + RegexIterator::SPLIT - Returns the split values for the current entry (see preg_split). + + Returns the split values for the current entry (see preg_split). + @@ -141,7 +155,9 @@ RegexIterator::USE_KEY - Special flag: Match the entry key instead of the entry valye. + + Special flag: Match the entry key instead of the entry value. +