ID: 8926
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Duplicate
Bug Type: *Regular Expressions
Assigned To:
Comments:
dupe of #8925
Previous Comments:
---------------------------------------------------------------------------
[2001-01-25 23:03:22] [EMAIL PROTECTED]
php 4.0.4pl1
<?
$aa = "abc ~ cde";
if (ereg ("~",$aa)) {
echo "found!!";
}
else {
echo "not found";
}
?>
this script don't work properly.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=8926
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]