From ea9a85ca4ad086874dc3f2e4e922b8059e75847e Mon Sep 17 00:00:00 2001 From: Tom Sommer Date: Mon, 16 Aug 2004 22:35:06 +0000 Subject: [PATCH] Fix bug #29712 - ereg() does not return TRUE git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166540 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/regex/functions/ereg.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/regex/functions/ereg.xml b/reference/regex/functions/ereg.xml index 4a0bb06a66..7f91bdca04 100644 --- a/reference/regex/functions/ereg.xml +++ b/reference/regex/functions/ereg.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - boolereg + mixedereg stringpattern stringstring array&regs @@ -47,7 +47,7 @@ - Returns &true; if a match for pattern was + Returns the length of the matched string if a match for pattern was found in string, or &false; if no matches were found or an error occurred.