|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-09-16 09:36 UTC] sander@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 09:00:01 2025 UTC | 
if you have any \0 in your haystack in ereg, it stops at this point. proof: <? $string="hallo meine homepage ist www.nidura.de"; $string[10]=""; if(ereg("nidura",$string,$match)) echo "found"; else echo "not found"; ?>